vfs: Convert sockfs to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:24 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 May 2019 22:06:12 +0000 (18:06 -0400)
commitfba9be49701a8e89a691beffb11bfa97df8f0c9f
tree2a809258960b8ca0a1eeb631ed1dc10bc9a200df
parentea8157ab2ae5e914dd427e5cfab533b6da3819cd
vfs: Convert sockfs to use the new mount API

Convert the sockfs 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: netdev@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
net/socket.c