From: Sage Weil Date: Wed, 28 Oct 2009 22:15:05 +0000 (-0700) Subject: ceph: fix object striping calculation for non-default striping schemes X-Git-Tag: v2.6.34-rc2~9^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645a102581b3639836b17d147c35d574fd6e8267;p=pandora-kernel.git ceph: fix object striping calculation for non-default striping schemes We were incorrectly calculationing of object offset. If we have multiple stripe units per object, we need to shift to the start of the current su in addition to the offset within the su. Also rename bno to ono (object number) to avoid some variable naming confusion. Signed-off-by: Sage Weil --- Reading git-diff-tree failed