]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit33c97b1e5e3c188064b10bb62f3a5d90ae02973e
treee405196088934e7096bd26564534c95f6fa2c644
parent754e29b6820a5a6e8e1a677cff5514fed3fee774
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