Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175306
b: refs/heads/master
c: 8e0eb40
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Jan Kara committed Dec 10, 2009
1 parent 7d01db2 commit 27c7875
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: 68eb3db08344286733adac48304d9fb7a0e53b27
refs/heads/master: 8e0eb4011bd73d5f91b215b532f74eef478ef795
2 changes: 1 addition & 1 deletion trunk/fs/ext3/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,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;
}
ext3_journal_dirty_metadata(handle, gdb);
Expand Down

0 comments on commit 27c7875

Please sign in to comment.