CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCK
commit4d794ad7062fe1c862db70ebb696aa0332a83dc0
authorTomas Szepe <szepe@pinerecords.com>
Tue, 16 Jun 2009 22:33:56 +0000 (16 15:33 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Jul 2009 23:51:01 +0000 (2 16:51 -0700)
tree7b07c44d5cb6736b728932232e6827422a3dda44
parent5fbba42ae4b30f9eb2a4fd87d4599e3c4cde2137
CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCK

commit 69050eee8e08a6234f29fe71a56f8c7c7d4d7186 upstream.

CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCK.

This makes it possible to run complete systems out of a CONFIG_BLOCK=n
initramfs on current kernels again (this last worked on 2.6.27.*).

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/Kconfig