public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH, TRIVIAL] 2.4.20-pre8 BeFS Config.in modification
@ 2002-10-01 18:48 Garrett Kajmowicz
  2002-10-01 19:06 ` Dave Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Garrett Kajmowicz @ 2002-10-01 18:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: will

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-01 19:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-01 18:48 [PATCH, TRIVIAL] 2.4.20-pre8 BeFS Config.in modification Garrett Kajmowicz
2002-10-01 19:06 ` Dave Jones
2002-10-01 19:12   ` Garrett Kajmowicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox