]> Pileus Git - ~andy/linux/commit
Ocfs2/move_extents: Validate moving goal after the adjustment.
authorTristan Ye <tristan.ye@oracle.com>
Fri, 27 May 2011 07:24:14 +0000 (15:24 +0800)
committerTristan Ye <tristan.ye@oracle.com>
Fri, 27 May 2011 06:52:57 +0000 (14:52 +0800)
commitea5e1675ac832b42889ac8d254ea8fbfbdfaa8b2
tree04b1e47be93c982a392e4eededda41dc67191422
parent6aea6f5068cb86e89a6ac243c3fc131045b6563a
Ocfs2/move_extents: Validate moving goal after the adjustment.

though the goal_to_be_moved will be validated again in following moving, it's
still a good idea to validate it after adjustment at the very beginning, instead
of validating it before adjustment.

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