linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.5.62]: 3/3: Very small menu cleanup
@ 2003-02-18 13:00 Marc-Christian Petersen
  2003-02-19 13:29 ` Roman Zippel
  0 siblings, 1 reply; 2+ messages in thread
From: Marc-Christian Petersen @ 2003-02-18 13:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]


1. Move "JBD (ext3) debugging support" two spaces rightwards

2. Can we please rename "Second extended fs support" to
   "Ext2 fs support" to be conform with:

	Ext2 extended attributes
	  Ext2 POSIX Access Control Lists

[-- Attachment #2: menu-fixes.pach --]
[-- Type: text/x-diff, Size: 760 bytes --]

diff -Naurp linux-2.5.62-vanilla/fs/Kconfig linux-2.5.62-mcp1/fs/Kconfig
--- linux-2.5.62-vanilla/fs/Kconfig	2003-02-10 19:38:43.000000000 +0100
+++ linux-2.5.62-mcp1/fs/Kconfig	2003-02-18 13:43:48.000000000 +0100
@@ -336,7 +336,7 @@ config JBD
 	  you cannot compile this code as a module.
 
 config JBD_DEBUG
-	bool "JBD (ext3) debugging support"
+	bool "  JBD (ext3) debugging support"
 	depends on JBD
 	---help---
 	  If you are using the ext3 journaled file system (or potentially any
@@ -943,7 +943,7 @@ config ROMFS_FS
 	  answer N.
 
 config EXT2_FS
-	tristate "Second extended fs support"
+	tristate "Ext2 fs support"
 	---help---
 	  This is the de facto standard Linux file system (method to organize
 	  files on a storage device) for hard disks.

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

* Re: [PATCH 2.5.62]: 3/3: Very small menu cleanup
  2003-02-18 13:00 [PATCH 2.5.62]: 3/3: Very small menu cleanup Marc-Christian Petersen
@ 2003-02-19 13:29 ` Roman Zippel
  0 siblings, 0 replies; 2+ messages in thread
From: Roman Zippel @ 2003-02-19 13:29 UTC (permalink / raw)
  To: Marc-Christian Petersen; +Cc: linux-kernel, Linus Torvalds

Hi,

On Tue, 18 Feb 2003, Marc-Christian Petersen wrote:

> 1. Move "JBD (ext3) debugging support" two spaces rightwards

Don't do this, indentation is now derived from the dependencies. Adding 
spaces helps 'make config' but not really the other front ends.
The correct fix would be to change JBD into:

config JBD
	bool
	default y
	depends on EXT3_FS

Now the following JBD_DEBUG entry should be an entry under EXT3_FS,
but unfortunately there seems to be bug somewhere, it's inserted to high 
in the menu tree. As a work around you can add EXT3_FS as dependency to 
JBD_DEBUG, I'll look into it as soon as possible.

bye, Roman


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

end of thread, other threads:[~2003-02-19 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-18 13:00 [PATCH 2.5.62]: 3/3: Very small menu cleanup Marc-Christian Petersen
2003-02-19 13:29 ` Roman Zippel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).