vfs: Convert hypfs to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Thu, 21 Mar 2019 09:35:44 +0000 (09:35 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 19 Sep 2019 02:44:02 +0000 (22:44 -0400)
commit8f8d8d11f76e991516e558eda7639e7b6a760e41
tree74f7900d8e9f3b9fb1cb7f66b6585753284eb089
parentb54c64f7adeb241423cd46598f458b5486b0375e
vfs: Convert hypfs to use the new mount API

Convert the hypfs 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: Martin Schwidefsky <schwidefsky@de.ibm.com>
cc: Heiko Carstens <heiko.carstens@de.ibm.com>
cc: linux-s390@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/s390/hypfs/inode.c