summaryrefslogtreecommitdiff
path: root/fs/ocfs2/Makefile
diff options
context:
space:
mode:
authorTristan Ye <tristan.ye@oracle.com>2011-05-24 16:42:09 +0800
committerTristan Ye <tristan.ye@oracle.com>2011-05-25 15:17:08 +0800
commit028ba5df63fa9fc18045bc1e9b48cdd43727e1c5 (patch)
tree2a3f20f03a0f82bc2ffd87b68b1649823b178e63 /fs/ocfs2/Makefile
parent220ebc4334326bc23e4c4c3f076dc5a58ec293f6 (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/Makefile1
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 \