Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / fs / aufs / magic.mk
1
2 # defined in ${srctree}/fs/fuse/inode.c
3 # tristate
4 ifdef CONFIG_FUSE_FS
5 ccflags-y += -DFUSE_SUPER_MAGIC=0x65735546
6 endif
7
8 # defined in ${srctree}/fs/ocfs2/ocfs2_fs.h
9 # tristate
10 ifdef CONFIG_OCFS2_FS
11 ccflags-y += -DOCFS2_SUPER_MAGIC=0x7461636f
12 endif
13
14 # defined in ${srctree}/fs/ocfs2/dlm/userdlm.h
15 # tristate
16 ifdef CONFIG_OCFS2_FS_O2CB
17 ccflags-y += -DDLMFS_MAGIC=0x76a9f425
18 endif
19
20 # defined in ${srctree}/fs/cifs/cifsfs.c
21 # tristate
22 ifdef CONFIG_CIFS_FS
23 ccflags-y += -DCIFS_MAGIC_NUMBER=0xFF534D42
24 endif
25
26 # defined in ${srctree}/fs/xfs/xfs_sb.h
27 # tristate
28 ifdef CONFIG_XFS_FS
29 ccflags-y += -DXFS_SB_MAGIC=0x58465342
30 endif
31
32 # defined in ${srctree}/fs/configfs/mount.c
33 # tristate
34 ifdef CONFIG_CONFIGFS_FS
35 ccflags-y += -DCONFIGFS_MAGIC=0x62656570
36 endif
37
38 # defined in ${srctree}/fs/9p/v9fs.h
39 # tristate
40 ifdef CONFIG_9P_FS
41 ccflags-y += -DV9FS_MAGIC=0x01021997
42 endif
43
44 # defined in ${srctree}/fs/ubifs/ubifs.h
45 # tristate
46 ifdef CONFIG_UBIFS_FS
47 ccflags-y += -DUBIFS_SUPER_MAGIC=0x24051905
48 endif
49
50 # defined in ${srctree}/fs/hfsplus/hfsplus_raw.h
51 # tristate
52 ifdef CONFIG_HFSPLUS_FS
53 ccflags-y += -DHFSPLUS_SUPER_MAGIC=0x482b
54 endif