diff options
author | Jeff Layton <jlayton@kernel.org> | 2022-01-11 00:52:52 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2022-02-21 14:57:26 +0100 |
commit | c086df4902573e2f06c6a2a83452c13a8bc603f5 (patch) | |
tree | f72e0bacc91889e59af1dae8998f0f52f06c1968 /include/uapi | |
parent | fuse: fix fileattr op failure (diff) | |
download | linux-c086df4902573e2f06c6a2a83452c13a8bc603f5.tar.xz linux-c086df4902573e2f06c6a2a83452c13a8bc603f5.zip |
fuse: move FUSE_SUPER_MAGIC definition to magic.h
...to help userland apps that need to identify FUSE mounts.
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'include/uapi')
-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 0425cd79af9a..f724129c0425 100644 --- a/include/uapi/linux/magic.h +++ b/include/uapi/linux/magic.h @@ -36,6 +36,7 @@ #define EFIVARFS_MAGIC 0xde5e81e4 #define HOSTFS_SUPER_MAGIC 0x00c0ffee #define OVERLAYFS_SUPER_MAGIC 0x794c7630 +#define FUSE_SUPER_MAGIC 0x65735546 #define MINIX_SUPER_MAGIC 0x137F /* minix v1 fs, 14 char names */ #define MINIX_SUPER_MAGIC2 0x138F /* minix v1 fs, 30 char names */ |