fuse: convert to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:31 +0000 (16:38 +0000)
committerMiklos Szeredi <mszeredi@redhat.com>
Fri, 6 Sep 2019 19:27:09 +0000 (21:27 +0200)
commitc30da2e981a703c6b1d49911511f7ade8dac20be
treef745caf6a9df687e25c36405d9de0edcd1e858a0
parentbf9261b8188bea49f2e6b1521e9dc1b4310a216e
fuse: convert to use the new mount API

Convert the fuse 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>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/inode.c