From: Lars Ellenberg Date: Wed, 3 Mar 2010 01:08:22 +0000 (+0100) Subject: fix unit of rs_same_csums accounting X-Git-Tag: v2.6.34-rc4~11^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=676396d545350a70d922605ec23c2ed26124334a;p=pandora-kernel.git fix unit of rs_same_csums accounting Depending on resync request size, we need to account for more than one bit. Impact: cosmetic If SyncTarget reported correctly 100% equal checksums, the SyncSource usually reported 12% equal checksums instead, because it only counted requests, we typically do 32k resync requests, and the bitmap granularity is still 4k. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed