commit | e5cfeed281a842a37c9da84bad2911c9b470347e | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Sat Oct 20 22:17:27 2012 -0500 |
committer | Alex Elder <elder@inktank.com> | Fri Oct 26 17:18:08 2012 -0500 |
tree | 9d03793d01f30a5d86f182a98a9cae1c45cb6947 | |
parent | d4b125e9eb43babd14538ba61718e3db71a98d29 [diff] |
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 <elder@inktank.com> Reviewed-by: Dan Mick <dan.mick@inktank.com>