vfs: Convert openpromfs to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:30 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 5 Jul 2019 02:01:59 +0000 (22:01 -0400)
commit7ab2fa7693c3f0ce8445fd4e9e4e58e34e6a2213
tree3fd7844671a1daa85d9c6576b5ea907b6db16d43
parent2345771f87dfd53c1c38a64be1638658ef31f460
vfs: Convert openpromfs to use the new mount API

Convert the openpromfs 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>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/openpromfs/inode.c