Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109061
b: refs/heads/master
c: 37609fd
h: refs/heads/master
i:
  109059: 1707a04
v: v3
  • Loading branch information
Josef Bacik authored and Theodore Ts'o committed Aug 20, 2008
1 parent fbda61d commit 4287d95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 88aa3cff4e9a38b953de9fbc54c96e619a2bb9f9
refs/heads/master: 37609fd5ae62db75026d9f53096a1fbc35e040d9
3 changes: 2 additions & 1 deletion trunk/fs/ext4/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,8 @@ int ext4_group_add(struct super_block *sb, struct ext4_new_group_data *input)

if (reserved_gdb || gdb_off == 0) {
if (!EXT4_HAS_COMPAT_FEATURE(sb,
EXT4_FEATURE_COMPAT_RESIZE_INODE)){
EXT4_FEATURE_COMPAT_RESIZE_INODE)
|| !le16_to_cpu(es->s_reserved_gdt_blocks)) {
ext4_warning(sb, __func__,
"No reserved GDT blocks, can't resize");
return -EPERM;
Expand Down

0 comments on commit 4287d95

Please sign in to comment.