vfs: Convert nsfs to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:23 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 May 2019 22:00:06 +0000 (18:00 -0400)
commit059b20d9da69d3a9bfb7ab00d1e5a3114a31c822
treebac9dee4b5525bb0b314be1e9b7affc8d5526d5d
parent9030d16eb8adcbf9e80d20b909856c6fdabfdec4
vfs: Convert nsfs to use the new mount API

Convert the nsfs 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: Eric W. Biederman <ebiederm@xmission.com>
cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/nsfs.c