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

25 lines
649 B
Diff
Raw Normal View History

2018-06-09 00:06:58 +02:00
SPDX-License-Identifier: GPL-2.0
2018-08-17 08:35:48 +02:00
aufs4.17 kbuild patch
2018-06-09 00:06:58 +02:00
diff --git a/fs/Kconfig b/fs/Kconfig
2018-08-17 08:35:48 +02:00
index bc821a8..7ae814c 100644
2018-06-09 00:06:58 +02:00
--- a/fs/Kconfig
+++ b/fs/Kconfig
2018-08-17 08:35:48 +02:00
@@ -251,6 +251,7 @@ source "fs/pstore/Kconfig"
2018-06-09 00:06:58 +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-08-17 08:35:48 +02:00
index c9375fd..8af5671 100644
2018-06-09 00:06:58 +02:00
--- a/fs/Makefile
+++ b/fs/Makefile
2018-08-17 08:35:48 +02:00
@@ -128,3 +128,4 @@ obj-y += exofs/ # Multiple modules
2018-06-09 00:06:58 +02:00
obj-$(CONFIG_CEPH_FS) += ceph/
obj-$(CONFIG_PSTORE) += pstore/
obj-$(CONFIG_EFIVAR_FS) += efivarfs/
+obj-$(CONFIG_AUFS_FS) += aufs/