]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - fs/aufs/magic.mk
UBUNTU: SAUCE: Import aufs driver
[mirror_ubuntu-artful-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/xfs/xfs_sb.h
9 # tristate
10 ifdef CONFIG_XFS_FS
11 ccflags-y += -DXFS_SB_MAGIC=0x58465342
12 endif
13
14 # defined in ${srctree}/fs/configfs/mount.c
15 # tristate
16 ifdef CONFIG_CONFIGFS_FS
17 ccflags-y += -DCONFIGFS_MAGIC=0x62656570
18 endif
19
20 # defined in ${srctree}/fs/ubifs/ubifs.h
21 # tristate
22 ifdef CONFIG_UBIFS_FS
23 ccflags-y += -DUBIFS_SUPER_MAGIC=0x24051905
24 endif
25
26 # defined in ${srctree}/fs/hfsplus/hfsplus_raw.h
27 # tristate
28 ifdef CONFIG_HFSPLUS_FS
29 ccflags-y += -DHFSPLUS_SUPER_MAGIC=0x482b
30 endif