commit | 6b421fb1e244a20822f11a0977b732efd89b5a1a | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Oct 06 14:07:54 2017 +0100 |
committer | David Howells <dhowells@redhat.com> | Fri Oct 06 14:07:54 2017 +0100 |
tree | 5ef1b264228baf306e0dd9bc6515f1cedb5b9036 | |
parent | c2c6773f9942fff8bc5ff08ee7a4f69234d38e74 [diff] |
VFS: Suppress MS_* flag defs within the kernel unless explicitly enabled Only the mount namespace code that implements mount(2) should be using the MS_* flags. Suppress them inside the kernel unless __VFS_NEED_MS_FLAGS is defined. Signed-off-by: David Howells <dhowells@redhat.com>