git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda54e7
)
Ocfs2/move_extents: Avoid doing division in extent moving.
author
Tristan Ye
<tristan.ye@oracle.com>
Fri, 27 May 2011 07:19:56 +0000
(15:19 +0800)
committer
Tristan 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