diff options
Diffstat (limited to 'fs/ext3/super.c')
| -rw-r--r-- | fs/ext3/super.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c index b4b3e8a39131..a6d1779d7de4 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c @@ -944,7 +944,8 @@ clear_qf_name:  					"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:  | 
