This patch involves reiser4 into compiling (if it is configured)

Signed-off-by: Andrew Morton <[email protected]>
---

25-akpm/fs/Kconfig         |    2
25-akpm/fs/Makefile        |    1

diff -puN fs/Kconfig~reiser4-include-reiser4 fs/Kconfig

diff -puN fs/Kconfig~reiser4-include-reiser4 fs/Kconfig


fs/Kconfig  |    2 ++
fs/Makefile |    1 +
2 files changed, 3 insertions(+)

diff -puN fs/Kconfig~reiser4-include-reiser4 fs/Kconfig
--- linux-2.6.9/fs/Kconfig~reiser4-include-reiser4      2005-01-20 12:30:27.345010239 +0300
+++ linux-2.6.9-vs/fs/Kconfig   2005-01-20 12:33:32.104651277 +0300
@@ -160,6 +160,8 @@ config FS_MBCACHE
       default y if EXT2_FS=y || EXT3_FS=y
       default m if EXT2_FS=m || EXT3_FS=m

+source "fs/reiser4/Kconfig"
+
config REISERFS_FS
       tristate "Reiserfs support"
       help
diff -puN fs/Makefile~reiser4-include-reiser4 fs/Makefile
--- linux-2.6.9/fs/Makefile~reiser4-include-reiser4     2005-01-20 12:30:27.352010634 +0300
+++ linux-2.6.9-vs/fs/Makefile  2005-01-20 12:30:27.363011255 +0300
@@ -49,6 +49,7 @@ obj-$(CONFIG_PROFILING)               += dcookies.o
# Do not add any filesystems before this line
obj-$(CONFIG_FSCACHE)          += fscache/
obj-$(CONFIG_REISERFS_FS)      += reiserfs/
+obj-$(CONFIG_REISER4_FS)       += reiser4/
obj-$(CONFIG_EXT3_FS)          += ext3/ # Before ext2 so root fs can be ext3
obj-$(CONFIG_JBD)              += jbd/
obj-$(CONFIG_EXT2_FS)          += ext2/

_