commit | 6aea6f5068cb86e89a6ac243c3fc131045b6563a | [log] [tgz] |
---|---|---|
author | Tristan Ye <tristan.ye@oracle.com> | Fri May 27 15:19:56 2011 +0800 |
committer | Tristan Ye <tristan.ye@oracle.com> | Fri May 27 14:52:53 2011 +0800 |
tree | 328109905fc58424d1942db52b22537fd46f2fc7 | |
parent | dda54e76d7dba0532ebdd72e0b4f492a03f83225 [diff] |
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>