wok-stable diff linux/stuff/aufs2-kbuild.patch @ rev 5271

linux: increase gzip compression
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 15 18:22:14 2010 +0200 (2010-04-15)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux/stuff/aufs2-kbuild.patch	Thu Apr 15 18:22:14 2010 +0200
     1.3 @@ -0,0 +1,35 @@
     1.4 +aufs2 kbuild patch for linux-2.6.33
     1.5 +
     1.6 +diff --git a/fs/Kconfig b/fs/Kconfig
     1.7 +index 64d44ef..3e1f2f0 100644
     1.8 +--- a/fs/Kconfig
     1.9 ++++ b/fs/Kconfig
    1.10 +@@ -188,6 +188,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 af6d047..dba1ce1 100644
    1.20 +--- a/fs/Makefile
    1.21 ++++ b/fs/Makefile
    1.22 +@@ -124,3 +124,4 @@ obj-$(CONFIG_OCFS2_FS)		+= ocfs2/
    1.23 + obj-$(CONFIG_BTRFS_FS)		+= btrfs/
    1.24 + obj-$(CONFIG_GFS2_FS)           += gfs2/
    1.25 + obj-$(CONFIG_EXOFS_FS)          += exofs/
    1.26 ++obj-$(CONFIG_AUFS_FS)           += aufs/
    1.27 +diff --git a/include/linux/Kbuild b/include/linux/Kbuild
    1.28 +index 756f831..4b593cb 100644
    1.29 +--- a/include/linux/Kbuild
    1.30 ++++ b/include/linux/Kbuild
    1.31 +@@ -34,6 +34,7 @@ header-y += atmppp.h
    1.32 + header-y += atmsap.h
    1.33 + header-y += atmsvc.h
    1.34 + header-y += atm_zatm.h
    1.35 ++header-y += aufs_type.h
    1.36 + header-y += auto_fs4.h
    1.37 + header-y += ax25.h
    1.38 + header-y += b1lli.h