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)
commit57f73c2c89a5d3b2ed87201c8100d1fa989a1a65
tree7615419aa669cb652099dd3a37439f475a2fbaa5
parent9cd70b347e9761ea2d2ac3d758c529a48a8193e6
ext4: fix handling of journalled quota options

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>
fs/ext4/super.c