]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit15ed9da0335bc23242831465521cfd5402b1b5de
tree2a3f20f03a0f82bc2ffd87b68b1649823b178e63
parent0e2183c62a23ccf22f527d2ba9741dec2751d99c
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]