Re: [PATCH 2.5.62]: 3/3: Very small menu cleanup

Roman Zippel (zippel@linux-m68k.org)
Wed, 19 Feb 2003 14:29:15 +0100 (CET)


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

-
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/