commit | 202ee5facb2c55f36a4324a4f56d8bdf3617a579 | [log] [tgz] |
---|---|---|
author | Tristan Ye <tristan.ye@oracle.com> | Fri Mar 18 14:35:34 2011 +0800 |
committer | Tristan Ye <tristan.ye@oracle.com> | Wed May 25 15:17:09 2011 +0800 |
tree | 22875e904e85cf1ef9419119914314fe4dd48550 | |
parent | 8f603e567aa7a243e68ca48b4f105b990851360f [diff] |
Ocfs2/move_extents: defrag a range of extent. It's a relatively complete function to accomplish defragmentation for entire or partial extent, one journal handle was kept during the operation, it was logically doing one more thing than ocfs2_move_extent() acutally, yes, it's claiming the new clusters itself;-) Signed-off-by: Tristan Ye <tristan.ye@oracle.com>