diff --git a/[refs] b/[refs] index 25166428347b..dc8eeaba1888 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ec471dc484b8ca5352903ee28796b8b248313547 +refs/heads/master: c7f1721ef284c6e8257c7471a02148db76105036 diff --git a/trunk/fs/ext3/super.c b/trunk/fs/ext3/super.c index b4b3e8a39131..a6d1779d7de4 100644 --- a/trunk/fs/ext3/super.c +++ b/trunk/fs/ext3/super.c @@ -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: