commit | 6be8750b4cba8c37170f46b29841d112f1be749b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Dec 01 22:42:44 2018 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Dec 21 11:45:30 2018 -0500 |
tree | 0b3386c080d73fc666afcdcd1db5290b990af349 | |
parent | 6466f3d193a99426db067855345e763de2160f1c [diff] |
LSM: lift parsing LSM options into the caller of ->sb_kern_mount() This paves the way for retaining the LSM options from a common filesystem mount context during a mount parameter parsing phase to be instituted prior to actual mount/reconfiguration actions. Reviewed-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>