aufs: aufs3 kbuild patch
authoraufs project <aufs.sf.net>
Tue, 10 Jan 2012 16:03:54 +0000 (18:03 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 13 Jan 2012 15:05:53 +0000 (17:05 +0200)
fs/Kconfig
fs/Makefile
include/linux/Kbuild

index 6ad58a5..ded2ffb 100644 (file)
@@ -215,6 +215,7 @@ source "fs/pstore/Kconfig"
 source "fs/sysv/Kconfig"
 source "fs/ufs/Kconfig"
 source "fs/exofs/Kconfig"
+source "fs/aufs/Kconfig"
 
 endif # MISC_FILESYSTEMS
 
index d2c3353..680ad8a 100644 (file)
@@ -123,3 +123,4 @@ obj-$(CONFIG_GFS2_FS)           += gfs2/
 obj-y                          += exofs/ # Multiple modules
 obj-$(CONFIG_CEPH_FS)          += ceph/
 obj-$(CONFIG_PSTORE)           += pstore/
+obj-$(CONFIG_AUFS_FS)           += aufs/
index 619b565..29f386b 100644 (file)
@@ -65,6 +65,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