vfs: Convert spufs to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Thu, 21 Mar 2019 10:34:14 +0000 (10:34 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 19 Sep 2019 02:46:56 +0000 (22:46 -0400)
commitd2e0981c3b9a7d31b59f81477c6acacb1bcc4513
tree7ac66c37d23fbb797723c952351b4c5284b86a3e
parent8f8d8d11f76e991516e558eda7639e7b6a760e41
vfs: Convert spufs to use the new mount API

Convert the spufs 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: Jeremy Kerr <jk@ozlabs.org>
cc: Arnd Bergmann <arnd@arndb.de>
cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/powerpc/platforms/cell/spufs/inode.c