[PATCH] config: fix CONFIG_LFS option
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 31 Mar 2006 10:30:46 +0000 (02:30 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 31 Mar 2006 20:18:55 +0000 (12:18 -0800)
commit88b9adb073b7a69a54b1b14423103bc24587ebdc
treea6bc195ff41c7f1cb7902e2215fe0dd732788159
parentbb231fe3a53b2d34c1aef119613816fcb18864b1
[PATCH] config: fix CONFIG_LFS option

The help text says that if you select CONFIG_LBD, then it will automatically
select CONFIG_LFS.  That isn't currently the case, so update the text.

- Get rid of the cruft in the help text mentioning CONFIG_LBD

- Tell unsure users to select CONFIG_LFS.

- Remove the `default n'.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
block/Kconfig