Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3895
b: refs/heads/master
c: c7f1721
h: refs/heads/master
i:
  3893: d4da658
  3891: 78cbe74
  3887: ba929e7
v: v3
  • Loading branch information
KAMBAROV, ZAUR authored and Linus Torvalds committed Jun 29, 2005
1 parent 478dc3d commit 906ef13
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: ec471dc484b8ca5352903ee28796b8b248313547
refs/heads/master: c7f1721ef284c6e8257c7471a02148db76105036
3 changes: 2 additions & 1 deletion trunk/fs/ext3/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,8 @@ static int parse_options (char * options, struct super_block *sb,
"for remount\n");
return 0;
}
match_int(&args[0], &option);
if (match_int(&args[0], &option) != 0)
return 0;
*n_blocks_count = option;
break;
case Opt_nobh:
Expand Down

0 comments on commit 906ef13

Please sign in to comment.