]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - fs/aufs/magic.mk
x86/mm: Use WRITE_ONCE() when setting PTEs
[mirror_ubuntu-bionic-kernel.git] / fs / aufs / magic.mk
1 # SPDX-License-Identifier: GPL-2.0
2
3 # defined in ${srctree}/fs/fuse/inode.c
4 # tristate
5 ifdef CONFIG_FUSE_FS
6 ccflags-y += -DFUSE_SUPER_MAGIC=0x65735546
7 endif
8
9 # defined in ${srctree}/fs/xfs/xfs_sb.h
10 # tristate
11 ifdef CONFIG_XFS_FS
12 ccflags-y += -DXFS_SB_MAGIC=0x58465342
13 endif
14
15 # defined in ${srctree}/fs/configfs/mount.c
16 # tristate
17 ifdef CONFIG_CONFIGFS_FS
18 ccflags-y += -DCONFIGFS_MAGIC=0x62656570
19 endif
20
21 # defined in ${srctree}/fs/ubifs/ubifs.h
22 # tristate
23 ifdef CONFIG_UBIFS_FS
24 ccflags-y += -DUBIFS_SUPER_MAGIC=0x24051905
25 endif
26
27 # defined in ${srctree}/fs/hfsplus/hfsplus_raw.h
28 # tristate
29 ifdef CONFIG_HFSPLUS_FS
30 ccflags-y += -DHFSPLUS_SUPER_MAGIC=0x482b
31 endif