diff options
| -rw-r--r-- | fs/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index f1eff4e47fcd..5959280da570 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -1592,9 +1592,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 |
