]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - fs/aufs/magic.mk
UBUNTU: SAUCE: aufs: bugfix, for v4.10, copy-up on XFS branch
[mirror_ubuntu-zesty-kernel.git] / fs / aufs / magic.mk
CommitLineData
e14748e8
SF
1
2# defined in ${srctree}/fs/fuse/inode.c
3# tristate
4ifdef CONFIG_FUSE_FS
5ccflags-y += -DFUSE_SUPER_MAGIC=0x65735546
6endif
7
8# defined in ${srctree}/fs/xfs/xfs_sb.h
9# tristate
10ifdef CONFIG_XFS_FS
11ccflags-y += -DXFS_SB_MAGIC=0x58465342
12endif
13
14# defined in ${srctree}/fs/configfs/mount.c
15# tristate
16ifdef CONFIG_CONFIGFS_FS
17ccflags-y += -DCONFIGFS_MAGIC=0x62656570
18endif
19
20# defined in ${srctree}/fs/ubifs/ubifs.h
21# tristate
22ifdef CONFIG_UBIFS_FS
23ccflags-y += -DUBIFS_SUPER_MAGIC=0x24051905
24endif
25
26# defined in ${srctree}/fs/hfsplus/hfsplus_raw.h
27# tristate
28ifdef CONFIG_HFSPLUS_FS
29ccflags-y += -DHFSPLUS_SUPER_MAGIC=0x482b
30endif