commit | fba9be49701a8e89a691beffb11bfa97df8f0c9f | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Mar 25 16:38:24 2019 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat May 25 18:06:12 2019 -0400 |
tree | 2a809258960b8ca0a1eeb631ed1dc10bc9a200df | |
parent | ea8157ab2ae5e914dd427e5cfab533b6da3819cd [diff] |
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>