]> asedeno.scripts.mit.edu Git - linux.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)
commitea8157ab2ae5e914dd427e5cfab533b6da3819cd
tree89c58fd342167f96ef9e19648b004fdc674774f5
parent8e9231f819e32d8efb53b0f17f293bab74bed8ce
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