From: Alex Elder Date: Sun, 21 Oct 2012 03:17:27 +0000 (-0500) Subject: rbd: simplify rbd_merge_bvec() X-Git-Tag: v3.8-rc1~21^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5cfeed281a842a37c9da84bad2911c9b470347e;p=pandora-kernel.git rbd: simplify rbd_merge_bvec() The aim of this patch is to make what's going on rbd_merge_bvec() a bit more obvious than it was before. This was an issue when a recent btrfs bug led us to question whether the merge function was working correctly. Use "obj" rather than "chunk" to indicate the units whose boundaries we care about we call (rados) "objects". Signed-off-by: Alex Elder Reviewed-by: Dan Mick --- Reading git-diff-tree failed