]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit657b54b1370a1bd4a0399f839f639a0bdf372e01
treef526564e20bdb20fab806f5cf1eaa10d09b67280
parentdcf2ce05492d3e8966bf0905fc2f6c0dd8b580d4
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