summaryrefslogtreecommitdiffstats
path: root/kernel/audit_tree.c
diff options
context:
space:
mode:
authorValerie Aurora2010-01-26 20:20:47 +0100
committerAl Viro2010-03-03 20:07:55 +0100
commit495d6c9c6595ec7b37910dfd42634839431d21fd (patch)
tree375a2ea9803a91c5df34df80d7e08119d9772240 /kernel/audit_tree.c
parentkill unused invalidate_inode_pages helper (diff)
downloadkernel-qcow2-linux-495d6c9c6595ec7b37910dfd42634839431d21fd.tar.gz
kernel-qcow2-linux-495d6c9c6595ec7b37910dfd42634839431d21fd.tar.xz
kernel-qcow2-linux-495d6c9c6595ec7b37910dfd42634839431d21fd.zip
VFS: Clean up shared mount flag propagation
The handling of mount flags in set_mnt_shared() got a little tangled up during previous cleanups, with the following problems: * MNT_PNODE_MASK is defined as a literal constant when it should be a bitwise xor of other MNT_* flags * set_mnt_shared() clears and then sets MNT_SHARED (part of MNT_PNODE_MASK) * MNT_PNODE_MASK could use a comment in mount.h * MNT_PNODE_MASK is a terrible name, change to MNT_SHARED_MASK This patch fixes these problems. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'kernel/audit_tree.c')
0 files changed, 0 insertions, 0 deletions