diff options
author | Zheng Liu <wenqing.lz@taobao.com> | 2012-11-09 06:57:20 +0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2012-11-09 06:57:20 +0400 |
commit | 654598bef3731c9ae9b068ac35e6b69674c02841 (patch) | |
tree | 24e0f7c13aca6426b8982da2768c6a1787a2d6be /fs/ext4/Makefile | |
parent | c0677e6d0f9d991adff972b8d06cb83de1f8ee8e (diff) | |
download | linux-654598bef3731c9ae9b068ac35e6b69674c02841.tar.xz |
ext4: add operations on extent status tree
This patch adds operations on a extent status tree.
CC: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: Allison Henderson <achender@linux.vnet.ibm.com>
Signed-off-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/Makefile')
-rw-r--r-- | fs/ext4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/Makefile b/fs/ext4/Makefile index 56fd8f865930..41f22be2ffa4 100644 --- a/fs/ext4/Makefile +++ b/fs/ext4/Makefile @@ -7,7 +7,7 @@ obj-$(CONFIG_EXT4_FS) += ext4.o ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o page-io.o \ ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \ ext4_jbd2.o migrate.o mballoc.o block_validity.o move_extent.o \ - mmp.o indirect.o + mmp.o indirect.o extents_status.o ext4-$(CONFIG_EXT4_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o |