]> 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)
commit4476fe289565e573103e039ec3e74bd8102dc0e2
treee405196088934e7096bd26564534c95f6fa2c644
parentca472e8557b6671e195170f298bbcfd6c0b12783
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