ext4: move several mount options to standard handling loop
authorJan Kara <jack@suse.cz>
Sun, 3 Feb 2013 03:52:19 +0000 (22:52 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 3 Feb 2013 03:52:19 +0000 (22:52 -0500)
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>

No differences found