diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-02-18 04:49:14 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-02-18 04:49:14 -0800 |
| commit | eaaec5b5db3d64efec42ce7c28c484f8e2cf8b8f (patch) | |
| tree | 35a6adf1bacf2ef4f39ed002d20c0cce2a6700a1 | |
| parent | a937b06ed59067eb1cc93390b8f13bbfab229458 (diff) | |
[PATCH] Mark intermezzo as broken
The NGROUPS changes broke it, and we're not sure how to fixit, and nobody
appears to be working on or testing intermezzo.
| -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 |
