]> asedeno.scripts.mit.edu Git - linux.git/commit
vfs: Convert nfsctl to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:27 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 May 2019 21:59:57 +0000 (17:59 -0400)
commit96a374a35f822e53cad3b011dd5fbadec1b1473f
treea17fe5bf04901d0c7b60a076c54200ab558726a5
parentb9662f3103546005b9cc01862bb1031fe5e99ff9
vfs: Convert nfsctl to use the new mount API

Convert the nfsctl 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: "J. Bruce Fields" <bfields@fieldses.org>
cc: Jeff Layton <jlayton@kernel.org>
cc: linux-nfs@vger.kernel.org
fs/nfsd/nfsctl.c