Ocfs2/move_extents: Avoid doing division in extent moving.
authorTristan Ye <tristan.ye@oracle.com>
Fri, 27 May 2011 07:19:56 +0000 (15:19 +0800)
committerTristan Ye <tristan.ye@oracle.com>
Fri, 27 May 2011 06:52:53 +0000 (14:52 +0800)
It's not wise enough to do a 64bits division anywhere in kernside, replace it
with a decent helper or proper shifts.

Signed-off-by: Tristan Ye <tristan.ye@oracle.com>

No differences found