Commit f377dade authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

proc: Align data in parse_mnt_flags and parse_sb_opt

Make it more readable.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent d50cd344
...@@ -893,7 +893,7 @@ static int parse_mnt_flags(char *opt, unsigned *flags) ...@@ -893,7 +893,7 @@ static int parse_mnt_flags(char *opt, unsigned *flags)
{ "rw", 0, }, { "rw", 0, },
{ "ro", MS_RDONLY, }, { "ro", MS_RDONLY, },
{ "nosuid", MS_NOSUID, }, { "nosuid", MS_NOSUID, },
{ "nodev", MS_NODEV, } , { "nodev", MS_NODEV, },
{ "noexec", MS_NOEXEC, }, { "noexec", MS_NOEXEC, },
{ "noatime", MS_NOATIME, }, { "noatime", MS_NOATIME, },
{ "nodiratime", MS_NODIRATIME, }, { "nodiratime", MS_NODIRATIME, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment