]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfb12e526b962146c63fe0dc7ea4d6e4fefa5f89b
tree7615419aa669cb652099dd3a37439f475a2fbaa5
parentb6c9924300e2de8fb6882154c5e5dc526b7cd70c
ext4: fix handling of journalled quota options

Commit c86f55a7 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