aufs: aufs2.1 kbuild patch for linux-2.6.39
authoraufs project <aufs.sf.net>
Mon, 30 May 2011 16:07:41 +0000 (19:07 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 3 Jun 2011 20:57:20 +0000 (23:57 +0300)
fs/Kconfig
fs/Makefile
include/linux/Kbuild

index f3aa9b0..d0eaf6e 100644 (file)
@@ -191,6 +191,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 fb68c2b..c031a85 100644 (file)
@@ -124,3 +124,4 @@ obj-$(CONFIG_GFS2_FS)           += gfs2/
 obj-$(CONFIG_EXOFS_FS)          += exofs/
 obj-$(CONFIG_CEPH_FS)          += ceph/
 obj-$(CONFIG_PSTORE)           += pstore/
+obj-$(CONFIG_AUFS_FS)           += aufs/
index 75cf611..f9f42b5 100644 (file)
@@ -64,6 +64,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