2013-11-14 05:10:17 +08:00
|
|
|
aufs3.12 kbuild patch
|
2012-06-05 04:19:00 +08:00
|
|
|
|
|
|
|
diff --git a/fs/Kconfig b/fs/Kconfig
|
2013-08-04 22:37:17 +08:00
|
|
|
index c229f82..397b473 100644
|
2012-06-05 04:19:00 +08:00
|
|
|
--- a/fs/Kconfig
|
|
|
|
+++ b/fs/Kconfig
|
2013-08-04 22:37:17 +08:00
|
|
|
@@ -212,6 +212,7 @@ source "fs/ufs/Kconfig"
|
2012-06-05 04:19:00 +08:00
|
|
|
source "fs/exofs/Kconfig"
|
2013-05-02 00:28:53 +08:00
|
|
|
source "fs/f2fs/Kconfig"
|
2013-08-04 22:37:17 +08:00
|
|
|
source "fs/efivarfs/Kconfig"
|
2012-06-05 04:19:00 +08:00
|
|
|
+source "fs/aufs/Kconfig"
|
|
|
|
|
|
|
|
endif # MISC_FILESYSTEMS
|
|
|
|
|
|
|
|
diff --git a/fs/Makefile b/fs/Makefile
|
2013-08-04 22:37:17 +08:00
|
|
|
index 4fe6df3..4a57676 100644
|
2012-06-05 04:19:00 +08:00
|
|
|
--- a/fs/Makefile
|
|
|
|
+++ b/fs/Makefile
|
2013-08-04 22:37:17 +08:00
|
|
|
@@ -126,3 +126,4 @@ obj-y += exofs/ # Multiple modules
|
2012-06-05 04:19:00 +08:00
|
|
|
obj-$(CONFIG_CEPH_FS) += ceph/
|
|
|
|
obj-$(CONFIG_PSTORE) += pstore/
|
2013-08-04 22:37:17 +08:00
|
|
|
obj-$(CONFIG_EFIVAR_FS) += efivarfs/
|
2012-06-05 04:19:00 +08:00
|
|
|
+obj-$(CONFIG_AUFS_FS) += aufs/
|
2013-05-21 01:35:28 +08:00
|
|
|
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
|
2013-11-14 05:10:17 +08:00
|
|
|
index 115add2..ce305b3 100644
|
2013-05-21 01:35:28 +08:00
|
|
|
--- a/include/uapi/linux/Kbuild
|
|
|
|
+++ b/include/uapi/linux/Kbuild
|
|
|
|
@@ -56,6 +56,7 @@ header-y += atmppp.h
|
|
|
|
header-y += atmsap.h
|
|
|
|
header-y += atmsvc.h
|
|
|
|
header-y += audit.h
|
|
|
|
+header-y += aufs_type.h
|
|
|
|
header-y += auto_fs.h
|
|
|
|
header-y += auto_fs4.h
|
|
|
|
header-y += auxvec.h
|