]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: Convert jffs2 to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:32 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 5 Sep 2019 18:34:25 +0000 (14:34 -0400)
commit0c54d8b802a663930a2e674bff913170e0942a8b
tree542e347728817c9f42c2e2d48b468a9e17cdcb1e
parent0dee167e0252db7b7e751dd355cbfbc612d07195
vfs: Convert jffs2 to use the new mount API

Convert the jffs2 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: David Woodhouse <dwmw2@infradead.org>
cc: linux-mtd@lists.infradead.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/jffs2/fs.c
fs/jffs2/os-linux.h
fs/jffs2/super.c