---

 25-akpm/fs/Kconfig |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)

diff -puN fs/Kconfig~intermezzo-NGROUPS-is-broken fs/Kconfig
--- 25/fs/Kconfig~intermezzo-NGROUPS-is-broken	Thu Jan 29 15:07:42 2004
+++ 25-akpm/fs/Kconfig	Thu Jan 29 15:08:17 2004
@@ -1604,9 +1604,12 @@ config CODA_FS_OLD_API
 	  
 	  For most cases you probably want to say N.
 
+#
+# Intermezzo broke when we added the expanded NGROUPS patches
+#
 config INTERMEZZO_FS
 	tristate "InterMezzo file system support (replicating fs) (EXPERIMENTAL)"
-	depends on INET && EXPERIMENTAL
+	depends on INET && EXPERIMENTAL && BROKEN
 	help
 	  InterMezzo is a networked file system with disconnected operation
 	  and kernel level write back caching.  It is most often used for

_