commit | c039bc3c2498724946304a8f964244a9b6af1043 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Dec 01 23:06:57 2018 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Dec 21 11:45:41 2018 -0500 |
tree | ce98ee8e698a28cbaed969460457941e8b34f2e3 | |
parent | 6be8750b4cba8c37170f46b29841d112f1be749b [diff] |
LSM: lift extracting and parsing LSM options into the caller of ->sb_remount() 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>