vfs: Convert configfs to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:29 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 5 Jul 2019 02:01:58 +0000 (22:01 -0400)
commit6bc62f2067d30f90621c42a2794c2515eff7bf11
treed03db6dab2264d6cbc903e1466c70c831ada7254
parentbc99a664e9be24e49e09da1250ede0c598d958d1
vfs: Convert configfs to use the new mount API

Convert the configfs 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>
cc: Joel Becker <jlbec@evilplan.org>
cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/configfs/mount.c