From: NeilBrown Date: Mon, 2 Mar 2015 06:02:29 +0000 (+1100) Subject: md/bitmap: fix incorrect DIV_ROUND_UP usage. X-Git-Tag: omap-for-v4.1/fixes-rc1~34^2~21^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=935f3d4fc62c1f4d99cd13344762e766cd3bf115;p=pandora-kernel.git md/bitmap: fix incorrect DIV_ROUND_UP usage. DIV_ROUTND_UP doesn't work on "long long", - and it should be sector_t anyway. Signed-off-by: NeilBrown --- Reading git-diff-tree failed