ext4: fix handling of journalled quota options
authorTheodore Ts'o <tytso@mit.edu>
Mon, 16 Apr 2012 22:55:26 +0000 (18:55 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 16 Apr 2012 22:55:26 +0000 (18:55 -0400)
Commit 26092bf5 broke handling of journalled quota mount options by
trying to parse argument of every mount option as a number.  Fix this
by dealing with the quota options before we call match_int().

Thanks to Jan Kara for discovering this regression.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>

No differences found