commit | c30da2e981a703c6b1d49911511f7ade8dac20be | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Mar 25 16:38:31 2019 +0000 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Sep 06 21:27:09 2019 +0200 |
tree | f745caf6a9df687e25c36405d9de0edcd1e858a0 | |
parent | bf9261b8188bea49f2e6b1521e9dc1b4310a216e [diff] |
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>