commit | 028ba5df63fa9fc18045bc1e9b48cdd43727e1c5 | [log] [tgz] |
---|---|---|
author | Tristan Ye <tristan.ye@oracle.com> | Tue May 24 16:42:09 2011 +0800 |
committer | Tristan Ye <tristan.ye@oracle.com> | Wed May 25 15:17:08 2011 +0800 |
tree | 2a3f20f03a0f82bc2ffd87b68b1649823b178e63 | |
parent | 220ebc4334326bc23e4c4c3f076dc5a58ec293f6 [diff] [blame] |
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>
diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile index d8a0313..f17e58b 100644 --- a/fs/ocfs2/Makefile +++ b/fs/ocfs2/Makefile
@@ -30,6 +30,7 @@ namei.o \ refcounttree.o \ reservations.o \ + move_extents.o \ resize.o \ slot_map.o \ suballoc.o \