<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Andrew James Wade &lt;ajwade@cpe00095b3131a0-cm0011ae8cd564.cpe.net.cable.rogers.com&gt;

- 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 &lt;ajwade@alumni.uwaterloo.ca&gt;
Cc: &lt;reiserfs-dev@namesys.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 fs/reiser4/Kconfig |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)

diff -puN fs/reiser4/Kconfig~reiser4-fix-dependencies fs/reiser4/Kconfig
--- 25/fs/reiser4/Kconfig~reiser4-fix-dependencies	2005-06-24 01:53:14.000000000 -0700
+++ 25-akpm/fs/reiser4/Kconfig	2005-06-24 01:53:14.000000000 -0700
@@ -1,6 +1,8 @@
 config REISER4_FS
 	tristate "Reiser4 (EXPERIMENTAL)"
-	depends on EXPERIMENTAL &amp;&amp; !4KSTACKS &amp;&amp; ZLIB_INFLATE
+	depends on EXPERIMENTAL &amp;&amp; !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
_
</pre></body></html>