wok-current diff linux-libre/stuff/aufs2-kbuild.patch @ rev 15900
Up efl-dev (1.8.4)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Feb 13 08:17:01 2014 +0100 (2014-02-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/linux-libre/stuff/aufs2-kbuild.patch Thu Feb 13 08:17:01 2014 +0100 1.3 @@ -0,0 +1,35 @@ 1.4 +aufs2.1 kbuild patch for linux-2.6.37 1.5 + 1.6 +diff --git a/fs/Kconfig b/fs/Kconfig 1.7 +index 771f457..bb1a52f 100644 1.8 +--- a/fs/Kconfig 1.9 ++++ b/fs/Kconfig 1.10 +@@ -191,6 +191,7 @@ source "fs/romfs/Kconfig" 1.11 + source "fs/sysv/Kconfig" 1.12 + source "fs/ufs/Kconfig" 1.13 + source "fs/exofs/Kconfig" 1.14 ++source "fs/aufs/Kconfig" 1.15 + 1.16 + endif # MISC_FILESYSTEMS 1.17 + 1.18 +diff --git a/fs/Makefile b/fs/Makefile 1.19 +index a7f7cef..95dd4d3 100644 1.20 +--- a/fs/Makefile 1.21 ++++ b/fs/Makefile 1.22 +@@ -121,3 +121,4 @@ obj-$(CONFIG_BTRFS_FS) += btrfs/ 1.23 + obj-$(CONFIG_GFS2_FS) += gfs2/ 1.24 + obj-$(CONFIG_EXOFS_FS) += exofs/ 1.25 + obj-$(CONFIG_CEPH_FS) += ceph/ 1.26 ++obj-$(CONFIG_AUFS_FS) += aufs/ 1.27 +diff --git a/include/linux/Kbuild b/include/linux/Kbuild 1.28 +index 97319a8..7ebb4b4 100644 1.29 +--- a/include/linux/Kbuild 1.30 ++++ b/include/linux/Kbuild 1.31 +@@ -60,6 +60,7 @@ header-y += atmppp.h 1.32 + header-y += atmsap.h 1.33 + header-y += atmsvc.h 1.34 + header-y += audit.h 1.35 ++header-y += aufs_type.h 1.36 + header-y += auto_fs.h 1.37 + header-y += auto_fs4.h 1.38 + header-y += auxvec.h