commit | 5f3633e36b8a67c02d2d10cde5f056f9e5da49a1 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Sat Feb 02 23:09:36 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Feb 02 23:09:36 2013 -0500 |
tree | af1fbe48f0fdbee7cf70ccd5a523893e38a76783 | |
parent | 0efb3b23002fea3ed996597783939617e50523ec [diff] |
ext4: make mount option parsing loop more logical The loop looking for correct mount option entry is more logical if it is written rewritten as an empty loop looking for correct option entry and then code handling the option. It also saves one level of indentation for a lot of code so we can join a couple of split lines. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>