Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115919
b: refs/heads/master
c: 972fbf7
h: refs/heads/master
i:
  115917: 4a6837e
  115915: eb7fae7
  115911: 94e571d
  115903: 38a8d5f
v: v3
  • Loading branch information
Josef Bacik authored and Linus Torvalds committed Oct 20, 2008
1 parent 06ec8d3 commit 8f66269
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: 885e353c7427db7b60692789741b34e605b0b69b
refs/heads/master: 972fbf779832e5ad15effa7712789aeff9224c37
3 changes: 2 additions & 1 deletion trunk/fs/ext3/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,8 @@ int ext3_group_add(struct super_block *sb, struct ext3_new_group_data *input)

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

0 comments on commit 8f66269

Please sign in to comment.