From 906ef1305a87f848e792db061bbc8afa500e5486 Mon Sep 17 00:00:00 2001 From: "KAMBAROV, ZAUR" Date: Tue, 28 Jun 2005 20:45:11 -0700 Subject: [PATCH] --- yaml --- r: 3895 b: refs/heads/master c: c7f1721ef284c6e8257c7471a02148db76105036 h: refs/heads/master i: 3893: d4da658c862998ab3e568cc0396eed0c0ee36152 3891: 78cbe74faa977580ab11f4ac5d597ff40e865332 3887: ba929e7fa5581d040e416e75a5918a2c72570903 v: v3 --- [refs] | 2 +- trunk/fs/ext3/super.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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: