From: Jan Kara Date: Sun, 3 Feb 2013 04:09:36 +0000 (-0500) Subject: ext4: make mount option parsing loop more logical X-Git-Tag: v3.9-rc1~64^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f3633e36b8a67c02d2d10cde5f056f9e5da49a1;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed