]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ext4: Use ext4 file system driver for ext2/ext3 file system mounts
authorTheodore Ts'o <tytso@mit.edu>
Mon, 7 Dec 2009 19:08:51 +0000 (14:08 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 7 Dec 2009 19:08:51 +0000 (14:08 -0500)
commit24b584240a0006ea7436cd35f5e8983eb76f1e6f
tree8b14be4ebcc93301bc63b061ecf89a16f114a31c
parentc09eef305dd43846360944ad072f051f964fa383
ext4: Use ext4 file system driver for ext2/ext3 file system mounts

Add a new config option, CONFIG_EXT4_USE_FOR_EXT23 which if enabled,
will cause ext4 to be used for either ext2 or ext3 file system mounts
when ext2 or ext3 is not enabled in the configuration.

This allows minimalist kernel fanatics to drop to file system drivers
from their compiled kernel with out losing functionality.

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