Move the magic number to proper place. CC: Sage Weil <sage@xxxxxxxxxxx> Signed-off-by: Karel Zak <kzak@xxxxxxxxxx> --- fs/ceph/super.h | 4 +--- include/uapi/linux/magic.h | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/fs/ceph/super.h b/fs/ceph/super.h index d8801a9..0d5881c 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h @@ -14,6 +14,7 @@ #include <linux/writeback.h> #include <linux/slab.h> #include <linux/posix_acl.h> +#include <linux/magic.h> #include <linux/ceph/libceph.h> @@ -21,9 +22,6 @@ #include <linux/fscache.h> #endif -/* f_type in struct statfs */ -#define CEPH_SUPER_MAGIC 0x00c36400 - /* large granularity for statfs utilization stats to facilitate * large volume sizes on 32-bit machines. */ #define CEPH_BLOCK_SHIFT 22 /* 4 MB */ diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h index 55d9825..ecaf6f7 100644 --- a/include/uapi/linux/magic.h +++ b/include/uapi/linux/magic.h @@ -7,6 +7,7 @@ #define AUTOFS_SUPER_MAGIC 0x0187 #define BEFS_SUPER_MAGIC 0x42465331 /* "BFS1" */ #define BFS_MAGIC 0x1BADFACE +#define CEPH_SUPER_MAGIC 0x00c36400 #define CIFS_MAGIC_NUMBER 0xff534d42 #define CODA_SUPER_MAGIC 0x73757245 #define CONFIGFS_MAGIC 0x62656570 /* some random number */ -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html