summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorDaniel Rosenberg <drosen@google.com>2016-11-15 13:35:18 -0800
committerDaniel Rosenberg <drosen@google.com>2017-01-26 15:53:31 -0800
commit9eaefe628d1b144ed0893418639df1ef6cc1aac6 (patch)
treebefb852b7ac3ae93e2a82cc1ba609c9dd8580cdc /include/uapi/linux
parent4d70f73115248761f35aaa9725a22e4b957d2938 (diff)
ANDROID: sdcardfs: Change magic value
Sdcardfs uses the same magic value as wrapfs. This should not be the case. As it is entirely in memory, the value can be changed without any loss of compatibility. Change-Id: I24200b805d5e6d32702638be99e47d50d7f2f746 Signed-off-by: Daniel Rosenberg <drosen@google.com>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/magic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h
index cfb5c406f344..e97d5b3ccfa8 100644
--- a/include/uapi/linux/magic.h
+++ b/include/uapi/linux/magic.h
@@ -52,7 +52,7 @@
#define REISER2FS_SUPER_MAGIC_STRING "ReIsEr2Fs"
#define REISER2FS_JR_SUPER_MAGIC_STRING "ReIsEr3Fs"
-#define SDCARDFS_SUPER_MAGIC 0xb550ca10
+#define SDCARDFS_SUPER_MAGIC 0x5dca2df5
#define SMB_SUPER_MAGIC 0x517B
#define CGROUP_SUPER_MAGIC 0x27e0eb