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)
commitec10a24f10c8fbb6fd45701c795b6173e7dc80cc
tree542e347728817c9f42c2e2d48b468a9e17cdcb1e
parent74f78fc5ef43d2bb676f212ffa4ad693dffc4141
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