From: Tristan Ye Date: Fri, 27 May 2011 07:19:56 +0000 (+0800) Subject: Ocfs2/move_extents: Avoid doing division in extent moving. X-Git-Tag: v3.0-rc1~44^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aea6f5068cb86e89a6ac243c3fc131045b6563a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed