fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out
authorAlexey Dobriyan <adobriyan@gmail.com>
Mon, 20 Oct 2008 18:28:45 +0000 (22:28 +0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2008 18:43:59 +0000 (11:43 -0700)
commit6da0b38f4433fb0f24615449d7966471b6e5eae0
tree9f163fbbc7342406bb602de447293c0b11628c6f
parent0d468300dc97d6aec084799ffe39253ac366f1e4
fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out

Use fs/*/Kconfig more, which is good because everything related to one
filesystem is in one place and fs/Kconfig is quite fat.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/Kconfig
fs/ext2/Kconfig [new file with mode: 0644]
fs/ext3/Kconfig [new file with mode: 0644]
fs/ext4/Kconfig [new file with mode: 0644]
fs/jbd/Kconfig [new file with mode: 0644]
fs/jbd2/Kconfig [new file with mode: 0644]