fs: Remove ext3 filesystem driver
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>
Showing
- Documentation/filesystems/ext2.txt 2 additions, 2 deletionsDocumentation/filesystems/ext2.txt
- Documentation/filesystems/ext3.txt 3 additions, 206 deletionsDocumentation/filesystems/ext3.txt
- Documentation/filesystems/vfs.txt 1 addition, 1 deletionDocumentation/filesystems/vfs.txt
- MAINTAINERS 1 addition, 17 deletionsMAINTAINERS
- fs/Kconfig 1 addition, 4 deletionsfs/Kconfig
- fs/Makefile 0 additions, 2 deletionsfs/Makefile
- fs/ext3/Kconfig 0 additions, 89 deletionsfs/ext3/Kconfig
- fs/ext3/Makefile 0 additions, 12 deletionsfs/ext3/Makefile
- fs/ext3/acl.c 0 additions, 281 deletionsfs/ext3/acl.c
- fs/ext3/acl.h 0 additions, 72 deletionsfs/ext3/acl.h
- fs/ext3/balloc.c 0 additions, 2158 deletionsfs/ext3/balloc.c
- fs/ext3/bitmap.c 0 additions, 20 deletionsfs/ext3/bitmap.c
- fs/ext3/dir.c 0 additions, 537 deletionsfs/ext3/dir.c
- fs/ext3/ext3.h 0 additions, 1332 deletionsfs/ext3/ext3.h
- fs/ext3/ext3_jbd.c 0 additions, 59 deletionsfs/ext3/ext3_jbd.c
- fs/ext3/file.c 0 additions, 79 deletionsfs/ext3/file.c
- fs/ext3/fsync.c 0 additions, 109 deletionsfs/ext3/fsync.c
- fs/ext3/hash.c 0 additions, 206 deletionsfs/ext3/hash.c
- fs/ext3/ialloc.c 0 additions, 706 deletionsfs/ext3/ialloc.c
- fs/ext3/inode.c 0 additions, 3574 deletionsfs/ext3/inode.c
Loading
Please register or sign in to comment