aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/super.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2018-12-23 16:25:31 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2019-01-30 17:44:27 -0500
commite1a91586d5da6f879b6dd385a2e7227bf1653570 (patch)
treef7c6869c8307059a95a0c2688a88fecf5493b30e /fs/super.c
parentconvert do_remount_sb() to fs_context (diff)
downloadwireguard-linux-e1a91586d5da6f879b6dd385a2e7227bf1653570.tar.xz
wireguard-linux-e1a91586d5da6f879b6dd385a2e7227bf1653570.zip
fs_context flavour for submounts
This is an eventual replacement for vfs_submount() uses. Unlike the "mount" and "remount" cases, the users of that thing are not in VFS - they are buried in various ->d_automount() instances and rather than converting them all at once we introduce the (thankfully small and simple) infrastructure here and deal with the prospective users in afs, nfs, etc. parts of the series. Here we just introduce a new constructor (fs_context_for_submount()) along with the corresponding enum constant to be put into fc->purpose for those. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/super.c')
0 files changed, 0 insertions, 0 deletions