]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcc39eef8991aa1ae85bdf9517e448f6f00b726c2
treed03db6dab2264d6cbc903e1466c70c831ada7254
parent5d7cd93bfe84c68857d2634dac7a15ae4eb65980
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