From: Sage Weil Date: Mon, 13 Jun 2011 23:22:18 +0000 (-0700) Subject: ceph: fix sync and dio writes across stripe boundaries X-Git-Tag: v3.0-rc7~52^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7f124f129a6aea99938e0d4172c741b56fefeda;p=pandora-kernel.git ceph: fix sync and dio writes across stripe boundaries We were iterating across stripe boundaries properly, but not moving the write buffer pointer forward. This caused us to rewrite the same data after the break. Fix by adjusting the data pointer forward, and recalculating the io and buffer alignment after the break. Signed-off-by: Sage Weil --- Reading git-diff-tree failed