[PATCH] remove intermezzo
[Posted May 19, 2004 by corbet]
| From: |
| Linux Kernel Mailing List <linux-kernel-AT-vger.kernel.org> |
| To: |
| bk-commits-head-AT-vger.kernel.org |
| Subject: |
| [PATCH] remove intermezzo |
| Date: |
| Mon, 10 May 2004 21:12:00 +0000 |
ChangeSet 1.1760, 2004/05/10 14:12:00-07:00, akpm@osdl.org
[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.
# This patch includes the following deltas:
# ChangeSet 1.1759 -> 1.1760
# fs/Kconfig 1.54 -> 1.55
# fs/Makefile 1.62 -> 1.63
#
Kconfig | 16 ----------------
Makefile | 1 -
2 files changed, 17 deletions(-)
diff -Nru a/fs/Kconfig b/fs/Kconfig
--- a/fs/Kconfig Mon May 10 15:50:35 2004
+++ b/fs/Kconfig Mon May 10 15:50:35 2004
@@ -1643,22 +1643,6 @@
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)"
diff -Nru a/fs/Makefile b/fs/Makefile
--- a/fs/Makefile Mon May 10 15:50:35 2004
+++ b/fs/Makefile Mon May 10 15:50:35 2004
@@ -53,7 +53,6 @@
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/
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
(
Log in to post comments)