]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit841e9a901f8679833c9a4328e12125d7e1fe8bbc
treef745caf6a9df687e25c36405d9de0edcd1e858a0
parentc8fc3724cc733eea7261ee96d7a50aea191f3989
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