]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: Convert rpc_pipefs to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:28 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 May 2019 21:59:56 +0000 (17:59 -0400)
commit505dd4d892b371695df5cf5e2a013b697b0f14f9
tree80601bb05d350b38d8c3eaa1bb98ce0bcb9908c2
parentad342c6ef53aa5a946ea99c140bb9f48acf8f8d5
vfs: Convert rpc_pipefs to use the new mount API

Convert the rpc_pipefs filesystem to the new internal mount API as the old
one will be obsoleted and removed.  This allows greater flexibility in
communication of mount parameters between userspace, the VFS and the
filesystem.

See Documentation/filesystems/mount_api.txt for more information.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Trond Myklebust <trond.myklebust@hammerspace.com>
cc: Anna Schumaker <anna.schumaker@netapp.com>
cc: "J. Bruce Fields" <bfields@fieldses.org>
cc: Jeff Layton <jlayton@kernel.org>
cc: linux-nfs@vger.kernel.org
net/sunrpc/rpc_pipe.c