diff options
author | Tristan Ye <tristan.ye@oracle.com> | 2011-05-24 04:42:09 -0400 |
---|---|---|
committer | Tristan Ye <tristan.ye@oracle.com> | 2011-05-25 03:17:08 -0400 |
commit | 028ba5df63fa9fc18045bc1e9b48cdd43727e1c5 (patch) | |
tree | 2a3f20f03a0f82bc2ffd87b68b1649823b178e63 /fs/ocfs2/Makefile | |
parent | 220ebc4334326bc23e4c4c3f076dc5a58ec293f6 (diff) |
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 := \ | |||
30 | namei.o \ | 30 | namei.o \ |
31 | refcounttree.o \ | 31 | refcounttree.o \ |
32 | reservations.o \ | 32 | reservations.o \ |
33 | move_extents.o \ | ||
33 | resize.o \ | 34 | resize.o \ |
34 | slot_map.o \ | 35 | slot_map.o \ |
35 | suballoc.o \ | 36 | suballoc.o \ |