Commit ffaffb06 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] remove intermezzo

Peter Braam said:

    I would just like to say that I have no difficulties with intermezzo
    being rm -rf'd.  There are probably only a handful of users.  

    In the past 4 years nobody has supported InterMezzo sufficiently for
    it to become successful.  I have been fortunate to get really good support
    for the Lustre project.  So I have focussed on that.  Lustre 1.X has
    become really solid.

    The disconnected operation, caching and mirroring functionality of
    InterMezzo will become available in Lustre as a new feature in version 2. 

     So I see no point in keeping InterMezzo if it is a nuisance. 


The patch removes the references to intermezzo.  Please do a `bk rm' of
fs/intermezzo.
parent 9f15b972
......@@ -1643,22 +1643,6 @@ 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
help
InterMezzo is a networked file system with disconnected operation
and kernel level write back caching. It is most often used for
replicating potentially large trees or keeping laptop/desktop copies
in sync.
If you say Y or M your kernel or module will provide InterMezzo
support. You will also need a file server daemon, which you can get
from <http://www.inter-mezzo.org/>.
config AFS_FS
# for fs/nls/Config.in
tristate "Andrew File System support (AFS) (Experimental)"
......
......@@ -53,7 +53,6 @@ obj-$(CONFIG_CRAMFS) += cramfs/
obj-$(CONFIG_RAMFS) += ramfs/
obj-$(CONFIG_HUGETLBFS) += hugetlbfs/
obj-$(CONFIG_CODA_FS) += coda/
obj-$(CONFIG_INTERMEZZO_FS) += intermezzo/
obj-$(CONFIG_MINIX_FS) += minix/
obj-$(CONFIG_FAT_FS) += fat/
obj-$(CONFIG_UMSDOS_FS) += umsdos/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment