diff options
author | David Howells <dhowells@redhat.com> | 2019-05-21 09:55:45 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-05-26 01:06:01 +0300 |
commit | ea8157ab2ae5e914dd427e5cfab533b6da3819cd (patch) | |
tree | 89c58fd342167f96ef9e19648b004fdc674774f5 /include/uapi/linux/magic.h | |
parent | 8e9231f819e32d8efb53b0f17f293bab74bed8ce (diff) | |
download | linux-ea8157ab2ae5e914dd427e5cfab533b6da3819cd.tar.xz |
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/linux/magic.h')
-rw-r--r-- | include/uapi/linux/magic.h | 1 |
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__ */ |