]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext3/super.c
[PATCH] coverity: fs/ext3/super.c: match_int return check
[linux-2.6-omap-h63xx.git] / fs / ext3 / super.c
index b4b3e8a39131fbb247f2c633c26cfa2ac16ba6b9..a6d1779d7de4a00fcc205142bb54dd2e83efb0a2 100644 (file)
@@ -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: