fuse: Convert fusectl to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Wed, 27 Mar 2019 23:44:19 +0000 (23:44 +0000)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 24 Apr 2019 15:05:07 +0000 (17:05 +0200)
commit29cc02d949b19fdeba9de9f54b2641005f5865c6
tree5008948a815d62c284ca50e7e56337dd76b2142f
parent7142fd1be3275a64773a2252ed6b97e924677e9f
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>
fs/fuse/control.c