Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377625
b: refs/heads/master
c: 6ca792e
h: refs/heads/master
i:
  377623: 402ae9f
v: v3
  • Loading branch information
Maarten ter Huurne authored and Theodore Ts'o committed Jul 1, 2013
1 parent 4e2c49f commit 61ff0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 03b40e349695dc700582568e5b410a89058f707e
refs/heads/master: 6ca792edc13c409e8d4eb9001e048264c6a2eb64
4 changes: 1 addition & 3 deletions trunk/fs/ext4/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -1660,12 +1660,10 @@ static int ext4_group_extend_no_check(struct super_block *sb,
err = err2;

if (!err) {
ext4_fsblk_t first_block;
first_block = ext4_group_first_block_no(sb, 0);
if (test_opt(sb, DEBUG))
printk(KERN_DEBUG "EXT4-fs: extended group to %llu "
"blocks\n", ext4_blocks_count(es));
update_backups(sb, EXT4_SB(sb)->s_sbh->b_blocknr - first_block,
update_backups(sb, EXT4_SB(sb)->s_sbh->b_blocknr,
(char *)es, sizeof(struct ext4_super_block), 0);
}
return err;
Expand Down

0 comments on commit 61ff0ac

Please sign in to comment.