diff options
author | David Howells <dhowells@redhat.com> | 2018-11-04 07:43:08 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-01-30 17:44:25 -0500 |
commit | 132e460848f4261b8a6b9c28fae52bf9e02b52fd (patch) | |
tree | 6efa9049652905a5931b564a64d0aa609979d91b /fs/super.c | |
parent | a0c9a8b8fd9fd572b0d60276beb2142c8f59f9b8 (diff) | |
download | linux-132e460848f4261b8a6b9c28fae52bf9e02b52fd.tar.bz2 |
new helper: do_new_mount_fc()
Create an fs_context-aware version of do_new_mount(). This takes an
fs_context with a superblock already attached to it.
Make do_new_mount() use do_new_mount_fc() rather than do_new_mount(); this
allows the consolidation of the mount creation, check and add steps.
To make this work, mount_too_revealing() is changed to take a superblock
rather than a mount (which the fs_context doesn't have available), allowing
this check to be done before the mount object is created.
Signed-off-by: David Howells <dhowells@redhat.com>
Co-developed-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/super.c')
0 files changed, 0 insertions, 0 deletions