commit | 29cc02d949b19fdeba9de9f54b2641005f5865c6 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Mar 27 23:44:19 2019 +0000 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Wed Apr 24 17:05:07 2019 +0200 |
tree | 5008948a815d62c284ca50e7e56337dd76b2142f | |
parent | 7142fd1be3275a64773a2252ed6b97e924677e9f [diff] |
fuse: Convert fusectl to use the new mount API Convert the fusectl 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: Miklos Szeredi <mszeredi@redhat.com>