]> git.baikalelectronics.ru Git - kernel.git/commit
zsfold: Convert zsfold to use the new mount API
authorDavid Howells <dhowells@redhat.com>
Tue, 21 May 2019 06:55:45 +0000 (07:55 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 May 2019 22:06:01 +0000 (18:06 -0400)
commitb6906595ddd288ee9d12b621a89bd0fd4c24ee3a
tree89c58fd342167f96ef9e19648b004fdc674774f5
parent0e512c4512b1a08f2a6e98d9af4da8cd2e03df6b
zsfold: Convert zsfold to use the new mount API

Convert the zsfold 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>
include/uapi/linux/magic.h
mm/z3fold.c