Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174395
b: refs/heads/master
c: c09eef3
h: refs/heads/master
i:
  174393: 97027e3
  174391: 923a62c
v: v3
  • Loading branch information
Roel Kluin authored and Theodore Ts'o committed Dec 7, 2009
1 parent 8fb802e commit 9ee9694
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e6ec116b67f46e0e7808276476554727b2e6240b
refs/heads/master: c09eef305dd43846360944ad072f051f964fa383
2 changes: 1 addition & 1 deletion trunk/fs/ext4/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ static int setup_new_group_blocks(struct super_block *sb,
goto exit_bh;

if (IS_ERR(gdb = bclean(handle, sb, block))) {
err = PTR_ERR(bh);
err = PTR_ERR(gdb);
goto exit_bh;
}
ext4_handle_dirty_metadata(handle, NULL, gdb);
Expand Down

0 comments on commit 9ee9694

Please sign in to comment.