]> git.baikalelectronics.ru Git - kernel.git/commit
Ocfs2/move_extents: helper to validate and adjust moving goal.
authorTristan Ye <tristan.ye@oracle.com>
Fri, 18 Mar 2011 06:35:36 +0000 (14:35 +0800)
committerTristan Ye <tristan.ye@oracle.com>
Wed, 25 May 2011 07:17:10 +0000 (15:17 +0800)
commit71f5c0bb266226f586698a0305cd6c24a9320417
tree2d9fdf13b965f6b786b1831182df02d9d5d694da
parentd1ebeb1e38deb7aadb4af175138a44c66efd0dfe
Ocfs2/move_extents: helper to validate and adjust moving goal.

First best-effort attempt to validate and adjust the goal (physical address in
block), while it can't guarantee later operation can succeed all the time since
global_bitmap may change a bit over time.

Signed-off-by: Tristan Ye <tristan.ye@oracle.com>
fs/ocfs2/move_extents.c