Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331574
b: refs/heads/master
c: d7574ad
h: refs/heads/master
v: v3
  • Loading branch information
Yongqiang Yang authored and Theodore Ts'o committed Sep 5, 2012
1 parent 9308685 commit 59468c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 03c1c29053f678234dbd51bf3d65f3b7529021de
refs/heads/master: d7574ad08bac1ef89cb679d2c76c91ff9281c2e2
3 changes: 1 addition & 2 deletions trunk/fs/ext4/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -1719,8 +1719,7 @@ int ext4_resize_fs(struct super_block *sb, ext4_fsblk_t n_blocks_count)
es->s_log_groups_per_flex)
flexbg_size = 1 << es->s_log_groups_per_flex;

o_blocks_count = ext4_blocks_count(es);
if (o_blocks_count == n_blocks_count)
if (ext4_blocks_count(es) == n_blocks_count)
goto out;

flex_gd = alloc_flex_gd(flexbg_size);
Expand Down

0 comments on commit 59468c2

Please sign in to comment.