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: NTheodore Ts'o <tytso@mit.edu> Signed-off-by: NJan Kara <jack@suse.cz>
Showing
fs/ext3/Kconfig
已删除
100644 → 0
fs/ext3/Makefile
已删除
100644 → 0
fs/ext3/acl.c
已删除
100644 → 0
fs/ext3/acl.h
已删除
100644 → 0
fs/ext3/balloc.c
已删除
100644 → 0
此差异已折叠。
fs/ext3/bitmap.c
已删除
100644 → 0
fs/ext3/dir.c
已删除
100644 → 0
fs/ext3/ext3.h
已删除
100644 → 0
此差异已折叠。
fs/ext3/ext3_jbd.c
已删除
100644 → 0
fs/ext3/file.c
已删除
100644 → 0
fs/ext3/fsync.c
已删除
100644 → 0
此差异已折叠。
fs/ext3/hash.c
已删除
100644 → 0
此差异已折叠。
fs/ext3/ialloc.c
已删除
100644 → 0
此差异已折叠。
fs/ext3/inode.c
已删除
100644 → 0
此差异已折叠。
fs/ext3/ioctl.c
已删除
100644 → 0
此差异已折叠。
fs/ext3/namei.c
已删除
100644 → 0
此差异已折叠。
fs/ext3/namei.h
已删除
100644 → 0
fs/ext3/resize.c
已删除
100644 → 0
此差异已折叠。
fs/ext3/super.c
已删除
100644 → 0
此差异已折叠。
fs/ext3/symlink.c
已删除
100644 → 0
此差异已折叠。
fs/ext3/xattr.c
已删除
100644 → 0
此差异已折叠。
fs/ext3/xattr.h
已删除
100644 → 0
此差异已折叠。
fs/ext3/xattr_security.c
已删除
100644 → 0
此差异已折叠。
fs/ext3/xattr_trusted.c
已删除
100644 → 0
此差异已折叠。
fs/ext3/xattr_user.c
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
此差异已折叠。
fs/jbd/Kconfig
已删除
100644 → 0
fs/jbd/Makefile
已删除
100644 → 0
fs/jbd/checkpoint.c
已删除
100644 → 0
此差异已折叠。
fs/jbd/commit.c
已删除
100644 → 0
此差异已折叠。
fs/jbd/journal.c
已删除
100644 → 0
此差异已折叠。
fs/jbd/recovery.c
已删除
100644 → 0
此差异已折叠。
fs/jbd/revoke.c
已删除
100644 → 0
此差异已折叠。
fs/jbd/transaction.c
已删除
100644 → 0
此差异已折叠。
include/linux/jbd.h
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
include/linux/jbd_common.h
已删除
100644 → 0
此差异已折叠。
include/trace/events/ext3.h
已删除
100644 → 0
此差异已折叠。
include/trace/events/jbd.h
已删除
100644 → 0
此差异已折叠。
想要评论请 注册 或 登录