From 747c6bfc2ff63f9c42a0209cbcb45b0642fd01a3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 26 May 2009 05:45:04 -0400 Subject: [PATCH] --- yaml --- r: 147859 b: refs/heads/master c: 8688b8635266cf98f00c6b0350ea2dbe7c42c321 h: refs/heads/master i: 147857: 112885a1e23996186f3cac24f57ce9db3384c161 147855: 3213b310505d6571e0a381f65c2f0a0f8a90f17a v: v3 --- [refs] | 2 +- trunk/include/linux/cramfs_fs.h | 3 +-- trunk/include/linux/magic.h | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e187921f5a8d..7b443dab5f44 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f95022161d23ee661a48af8f280472209f513a67 +refs/heads/master: 8688b8635266cf98f00c6b0350ea2dbe7c42c321 diff --git a/trunk/include/linux/cramfs_fs.h b/trunk/include/linux/cramfs_fs.h index 3be4e5a27d82..6fc2bed368b8 100644 --- a/trunk/include/linux/cramfs_fs.h +++ b/trunk/include/linux/cramfs_fs.h @@ -2,9 +2,8 @@ #define __CRAMFS_H #include +#include -#define CRAMFS_MAGIC 0x28cd3d45 /* some random number */ -#define CRAMFS_MAGIC_WEND 0x453dcd28 /* magic number with the wrong endianess */ #define CRAMFS_SIGNATURE "Compressed ROMFS" /* diff --git a/trunk/include/linux/magic.h b/trunk/include/linux/magic.h index 927138cf3050..1923327b9869 100644 --- a/trunk/include/linux/magic.h +++ b/trunk/include/linux/magic.h @@ -6,6 +6,8 @@ #define AFS_SUPER_MAGIC 0x5346414F #define AUTOFS_SUPER_MAGIC 0x0187 #define CODA_SUPER_MAGIC 0x73757245 +#define CRAMFS_MAGIC 0x28cd3d45 /* some random number */ +#define CRAMFS_MAGIC_WEND 0x453dcd28 /* magic number with the wrong endianess */ #define DEBUGFS_MAGIC 0x64626720 #define SYSFS_MAGIC 0x62656572 #define SECURITYFS_MAGIC 0x73636673