Ocfs2/move_extents: Add basic framework and source files for extent moving.
authorTristan Ye <tristan.ye@oracle.com>
Tue, 24 May 2011 08:42:09 +0000 (16:42 +0800)
committerTristan Ye <tristan.ye@oracle.com>
Wed, 25 May 2011 07:17:08 +0000 (15:17 +0800)
commit028ba5df63fa9fc18045bc1e9b48cdd43727e1c5
tree2a3f20f03a0f82bc2ffd87b68b1649823b178e63
parent220ebc4334326bc23e4c4c3f076dc5a58ec293f6
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>
fs/ocfs2/Makefile
fs/ocfs2/move_extents.c [new file with mode: 0644]
fs/ocfs2/move_extents.h [new file with mode: 0644]