vfs: Convert romfs to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:31 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 5 Sep 2019 18:34:24 +0000 (14:34 -0400)
commitb941759985841f4be41002eacb93b2f32f835351
treef526564e20bdb20fab806f5cf1eaa10d09b67280
parent43ce4c1feadbc84c772518a2d1974f6ba1b15089
vfs: Convert romfs to use the new mount API

Convert the romfs 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: linux-mtd@lists.infradead.org
cc: linux-block@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/romfs/super.c