[PATCH] Fix Reiser4 Dependencies

From: Andrew James Wade
Date: Mon Jun 20 2005 - 07:34:09 EST



* ZLIB_INFLATE is not visible in menuconfig. Reiser4 should probably
just select it like the other filesystems do.

* Reiser4 also depends on ZLIB_DEFLATE.

signed-off-by: Andrew Wade <ajwade@xxxxxxxxxxxxxxxxxxx>

--- 2.6.12-mm1/fs/reiser4/Kconfig 2005-06-20 07:38:22.087653000 -0400
+++ linux/fs/reiser4/Kconfig 2005-06-20 08:01:28.914324250 -0400
@@ -1,6 +1,8 @@
config REISER4_FS
tristate "Reiser4 (EXPERIMENTAL)"
- depends on EXPERIMENTAL && !4KSTACKS && ZLIB_INFLATE
+ depends on EXPERIMENTAL && !4KSTACKS
+ select ZLIB_INFLATE
+ select ZLIB_DEFLATE
help
Reiser4 is a filesystem that performs all filesystem operations
as atomic transactions, which means that it either performs a
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/