wok view linux/stuff/aufs2-kbuild.patch @ rev 5360

subversion has 2 neon-dev; fix typos
author Rohit Joshi <jozee@slitaz.org>
date Wed Apr 28 21:38:41 2010 +0000 (2010-04-28)
parents
children
line source
1 aufs2 kbuild patch for linux-2.6.33
3 diff --git a/fs/Kconfig b/fs/Kconfig
4 index 64d44ef..3e1f2f0 100644
5 --- a/fs/Kconfig
6 +++ b/fs/Kconfig
7 @@ -188,6 +188,7 @@ source "fs/romfs/Kconfig"
8 source "fs/sysv/Kconfig"
9 source "fs/ufs/Kconfig"
10 source "fs/exofs/Kconfig"
11 +source "fs/aufs/Kconfig"
13 endif # MISC_FILESYSTEMS
15 diff --git a/fs/Makefile b/fs/Makefile
16 index af6d047..dba1ce1 100644
17 --- a/fs/Makefile
18 +++ b/fs/Makefile
19 @@ -124,3 +124,4 @@ obj-$(CONFIG_OCFS2_FS) += ocfs2/
20 obj-$(CONFIG_BTRFS_FS) += btrfs/
21 obj-$(CONFIG_GFS2_FS) += gfs2/
22 obj-$(CONFIG_EXOFS_FS) += exofs/
23 +obj-$(CONFIG_AUFS_FS) += aufs/
24 diff --git a/include/linux/Kbuild b/include/linux/Kbuild
25 index 756f831..4b593cb 100644
26 --- a/include/linux/Kbuild
27 +++ b/include/linux/Kbuild
28 @@ -34,6 +34,7 @@ header-y += atmppp.h
29 header-y += atmsap.h
30 header-y += atmsvc.h
31 header-y += atm_zatm.h
32 +header-y += aufs_type.h
33 header-y += auto_fs4.h
34 header-y += ax25.h
35 header-y += b1lli.h