[PATCH, TRIVIAL] 2.4.20-pre8 BeFS Config.in modification

Garrett Kajmowicz (gkajmowi@tbaytel.net)
Tue, 1 Oct 2002 14:48:06 -0400


I am planning on making an effort to move the relevent code for the Config.in
files into the appropriate directory. Attached is a simple patch which will
do this for the BeFS.

Questions:
Is this appropriate for this list?
Are there any reasons not to do this?
As I am planning on doing a lot of these, where should I send them?
Any other suggestions/advice?

Please Cc: all comments to:

Garrett Kajmowicz
gkajmowi@tbaytel.net

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-01 14:11:39.000000000 -0400
@@ -19,8 +19,7 @@

dep_tristate 'Apple Macintosh file system support (EXPERIMENTAL)'
CONFIG_HFS_FS $CONFIG_EXPERIMENTAL

-dep_tristate 'BeOS file systemv(BeFS) support (read only) (EXPERIMENTAL)'
CONFIG_BEFS_FS $CONFIG_EXPERIMENTAL
-dep_mbool ' Debug Befs' CONFIG_BEFS_DEBUG $CONFIG_BEFS_FS
+source fs/befs/Config.in

dep_tristate 'BFS file system support (EXPERIMENTAL)' CONFIG_BFS_FS
$CONFIG_EXPERIMENTAL

diff -Nru linux-2.4.19old/fs/befs/Config.in linux-2.4.19new/fs/befs/Config.in
--- linux-2.4.19old/fs/befs/Config.in 1969-12-31 19:00:00.000000000 -0500
+++ linux-2.4.19new/fs/befs/Config.in 2002-10-01 14:10:54.000000000 -0400
@@ -0,0 +1,2 @@
+dep_tristate 'BeOS file systemv(BeFS) support (read only) (EXPERIMENTAL)'
CONFIG_BEFS_FS $CONFIG_EXPERIMENTAL
+dep_mbool ' Debug Befs' CONFIG_BEFS_DEBUG $CONFIG_BEFS_FS
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/