2002-10-03 12:54:56

by Garrett Kajmowicz

[permalink] [raw]
Subject: [PATCH, TRIVIAL] 2.4.20-pre8, Intermezzo configuration

This is a patch to push the config line for the Intermezzo filesystem into a
seperate file. Please see:
http://garrett.dyndns.biz
for why I would like this done.

Thank you.

- Garrett Kajmowicz
[email protected]

diff -Nru linux-2.4.19old/fs/Config.in linux-2.4.19new/fs/Config.in
--- linux-2.4.19old/fs/Config.in 2002-10-01 08:22:21.000000000 -0400
+++ linux-2.4.19new/fs/Config.in 2002-10-03 08:50:32.000000000 -0400
@@ -99,7 +99,7 @@
comment 'Network File Systems'

dep_tristate 'Coda file system support (advanced network fs)'
CONFIG_CODA_FS $CONFIG_INET
- dep_tristate 'InterMezzo file system support (replicating fs)
(EXPERIMENTAL)' CONFIG_INTERMEZZO_FS $CONFIG_INET $CONFIG_EXPERIMENTAL
+ source fs/intermezzo/Config.in
dep_tristate 'NFS file system support' CONFIG_NFS_FS $CONFIG_INET
dep_mbool ' Provide NFSv3 client support' CONFIG_NFS_V3 $CONFIG_NFS_FS
dep_bool ' Root file system on NFS' CONFIG_ROOT_NFS $CONFIG_NFS_FS
$CONFIG_IP_PNP
diff -Nru linux-2.4.19old/fs/intermezzo/Config.in
linux-2.4.19new/fs/intermezzo/Config.in
--- linux-2.4.19old/fs/intermezzo/Config.in 1969-12-31 19:00:00.000000000
-0500
+++ linux-2.4.19new/fs/intermezzo/Config.in 2002-10-03 08:52:13.000000000
-0400
@@ -0,0 +1 @@
+dep_tristate 'InterMezzo file system support (replicating fs) (EXPERIMENTAL)'
CONFIG_INTERMEZZO_FS $CONFIG_INET $CONFIG_EXPERIMENTAL