commit | 57f73c2c89a5d3b2ed87201c8100d1fa989a1a65 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Apr 16 18:55:26 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Apr 16 18:55:26 2012 -0400 |
tree | 7615419aa669cb652099dd3a37439f475a2fbaa5 | |
parent | 9cd70b347e9761ea2d2ac3d758c529a48a8193e6 [diff] |
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>