fs: Remove ext3 filesystem driver
authorJan Kara <jack@suse.cz>
Thu, 18 Jun 2015 14:52:29 +0000 (16:52 +0200)
committerJan Kara <jack@suse.com>
Thu, 23 Jul 2015 18:59:40 +0000 (20:59 +0200)
The functionality of ext3 is fully supported by ext4 driver. Major
distributions (SUSE, RedHat) already use ext4 driver to handle ext3
filesystems for quite some time. There is some ugliness in mm resulting
from jbd cleaning buffers in a dirty page without cleaning page dirty
bit and also support for buffer bouncing in the block layer when stable
pages are required is there only because of jbd. So let's remove the
ext3 driver. This saves us some 28k lines of duplicated code.

Acked-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found