]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit325f0e67af114f133156171d290e0cb484d94b59
tree2a809258960b8ca0a1eeb631ed1dc10bc9a200df
parentb6906595ddd288ee9d12b621a89bd0fd4c24ee3a
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