summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorDavid Howells2019-05-21 08:55:45 +0200
committerAl Viro2019-05-26 00:06:01 +0200
commitea8157ab2ae5e914dd427e5cfab533b6da3819cd (patch)
tree89c58fd342167f96ef9e19648b004fdc674774f5 /include/uapi
parentvfs: Convert zsmalloc to use the new mount API (diff)
downloadkernel-qcow2-linux-ea8157ab2ae5e914dd427e5cfab533b6da3819cd.tar.gz
kernel-qcow2-linux-ea8157ab2ae5e914dd427e5cfab533b6da3819cd.tar.xz
kernel-qcow2-linux-ea8157ab2ae5e914dd427e5cfab533b6da3819cd.zip
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>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/magic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h
index f8c00045d537..85c1119d0b0b 100644
--- a/include/uapi/linux/magic.h
+++ b/include/uapi/linux/magic.h
@@ -91,5 +91,6 @@
#define UDF_SUPER_MAGIC 0x15013346
#define BALLOON_KVM_MAGIC 0x13661366
#define ZSMALLOC_MAGIC 0x58295829
+#define Z3FOLD_MAGIC 0x33
#endif /* __LINUX_MAGIC_H__ */