vfs: Convert functionfs to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Wed, 20 Mar 2019 23:31:05 +0000 (23:31 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 19 Sep 2019 02:35:43 +0000 (22:35 -0400)
commitdec90f61f125568088a6ada61832b366c1670e9f
treee405196088934e7096bd26564534c95f6fa2c644
parentd2935de7e4fd3f873976f1872b505584b727574c
vfs: Convert functionfs to use the new mount API

Convert the functionfs 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>
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Acked-by: Michal Nazarewicz <mina86@mina86.com>
cc: linux-usb@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/usb/gadget/function/f_fs.c