commit | 0efb3b23002fea3ed996597783939617e50523ec | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Sat Feb 02 22:52:19 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Feb 02 22:52:19 2013 -0500 |
tree | e0ce9af1bbb32f6d915ef0ee9859fee4973771ac | |
parent | 0e79537d30f9dd66ccef70f1c7571594088e30be [diff] |
ext4: move several mount options to standard handling loop Several mount option (resuid, resgid, journal_dev, journal_ioprio) are currently handled before we enter standard option handling loop. I don't see a reason for this so move them to normal handling loop to make things more regular. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>