diff options
author | Tristan Ye <tristan.ye@oracle.com> | 2011-05-24 12:42:09 +0400 |
---|---|---|
committer | Tristan Ye <tristan.ye@oracle.com> | 2011-05-25 11:17:08 +0400 |
commit | 028ba5df63fa9fc18045bc1e9b48cdd43727e1c5 (patch) | |
tree | 2a3f20f03a0f82bc2ffd87b68b1649823b178e63 /fs/ocfs2/Makefile | |
parent | 220ebc4334326bc23e4c4c3f076dc5a58ec293f6 (diff) | |
download | linux-028ba5df63fa9fc18045bc1e9b48cdd43727e1c5.tar.xz |
Ocfs2/move_extents: Add basic framework and source files for extent moving.
Adding new files move_extents.[c|h] and fill it with nothing but
only a context structure.
Signed-off-by: Tristan Ye <tristan.ye@oracle.com>
Diffstat (limited to 'fs/ocfs2/Makefile')
-rw-r--r-- | fs/ocfs2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile index d8a0313e99e6..f17e58b32989 100644 --- a/fs/ocfs2/Makefile +++ b/fs/ocfs2/Makefile @@ -30,6 +30,7 @@ ocfs2-objs := \ namei.o \ refcounttree.o \ reservations.o \ + move_extents.o \ resize.o \ slot_map.o \ suballoc.o \ |