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

25 lines
651 B
Diff
Raw Normal View History

2018-01-20 23:10:04 +01:00
SPDX-License-Identifier: GPL-2.0
2018-03-11 22:57:16 +01:00
aufs4.15 kbuild patch
2016-10-23 14:10:48 +02:00
diff --git a/fs/Kconfig b/fs/Kconfig
2017-11-16 10:18:08 +01:00
index 7aee6d6..ec92031 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
2018-01-20 23:10:04 +01:00
index ef772f1..51779e68c 100644
2016-10-23 14:10:48 +02:00
--- a/fs/Makefile
+++ b/fs/Makefile
2018-01-20 23:10:04 +01:00
@@ -129,3 +129,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/