do_add_mount() should sanitize mnt_flags
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 16 Jan 2010 18:07:36 +0000 (13:07 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 16 Jan 2010 18:07:36 +0000 (13:07 -0500)
MNT_WRITE_HOLD shouldn't leak into new vfsmount and neither
should MNT_SHARED (the latter will be set properly, along with
the rest of shared-subtree data structures)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found