commit | ea8157ab2ae5e914dd427e5cfab533b6da3819cd | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue May 21 07:55:45 2019 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat May 25 18:06:01 2019 -0400 |
tree | 89c58fd342167f96ef9e19648b004fdc674774f5 | |
parent | 8e9231f819e32d8efb53b0f17f293bab74bed8ce [diff] |
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>