]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
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)
commit0efb3b23002fea3ed996597783939617e50523ec
treee0ce9af1bbb32f6d915ef0ee9859fee4973771ac
parent0e79537d30f9dd66ccef70f1c7571594088e30be
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>
fs/ext4/super.c