milis/talimatname/genel/k/kernel/aufs4-kbuild.patch

36 lines
978 B
Diff
Raw Normal View History

2017-06-03 03:34:14 +02:00
aufs4.10 kbuild patch
2016-10-23 14:10:48 +02:00
diff --git a/fs/Kconfig b/fs/Kconfig
2017-06-03 03:34:14 +02:00
index 83eab52..31f16c4 100644
2016-10-23 14:10:48 +02:00
--- a/fs/Kconfig
+++ b/fs/Kconfig
2017-06-03 03:34:14 +02:00
@@ -248,6 +248,7 @@ source "fs/pstore/Kconfig"
2016-10-23 14:10:48 +02:00
source "fs/sysv/Kconfig"
source "fs/ufs/Kconfig"
source "fs/exofs/Kconfig"
+source "fs/aufs/Kconfig"
endif # MISC_FILESYSTEMS
diff --git a/fs/Makefile b/fs/Makefile
2017-06-03 03:34:14 +02:00
index 7bbaca9..a026491 100644
2016-10-23 14:10:48 +02:00
--- a/fs/Makefile
+++ b/fs/Makefile
2017-06-03 03:34:14 +02:00
@@ -128,3 +128,4 @@ obj-y += exofs/ # Multiple modules
2016-10-23 14:10:48 +02:00
obj-$(CONFIG_CEPH_FS) += ceph/
obj-$(CONFIG_PSTORE) += pstore/
obj-$(CONFIG_EFIVAR_FS) += efivarfs/
+obj-$(CONFIG_AUFS_FS) += aufs/
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
2017-06-03 03:34:14 +02:00
index f330ba4..67d88cd 100644
2016-10-23 14:10:48 +02:00
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -59,6 +59,7 @@ header-y += atmsvc.h
header-y += atm_tcp.h
header-y += atm_zatm.h
header-y += audit.h
+header-y += aufs_type.h
header-y += auto_fs4.h
header-y += auto_fs.h
header-y += auxvec.h