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)
commit6aea6f5068cb86e89a6ac243c3fc131045b6563a
tree328109905fc58424d1942db52b22537fd46f2fc7
parentdda54e76d7dba0532ebdd72e0b4f492a03f83225
Ocfs2/move_extents: Avoid doing division in extent moving.

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>
fs/ocfs2/move_extents.c