]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ext4: Do not override ext2 or ext3 if built they are built as modules
authorTheodore Ts'o <tytso@mit.edu>
Thu, 10 Dec 2009 02:09:58 +0000 (21:09 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 10 Dec 2009 02:09:58 +0000 (21:09 -0500)
commita214238d3bb03723f820b0a398928d8e1637c987
treed4ca39dc2701279f815a7b4f4b47b1ac339ed35e
parent3b799d15f2622c44bae93961892d90ab012ea2be
ext4: Do not override ext2 or ext3 if built they are built as modules

The CONFIG_EXT4_USE_FOR_EXT23 option must not try to take over the
ext2 or ext3 file systems if the those file system drivers are
configured to be built as mdoules.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/Kconfig
fs/ext4/super.c