commit | bd919d45aa61c19d9ed82548d6deb06bcae31153 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Fri Jul 13 20:35:11 2012 -0500 |
committer | Sage Weil <sage@inktank.com> | Mon Jul 30 18:15:46 2012 -0700 |
tree | 7685cead03db6b9c136d089c168e03ffca641e93 | |
parent | a05932905695f8c6c06d353ecd52c8e5d607cc77 [diff] |
rbd: clean up a few dout() calls There was a dout() call in rbd_do_request() that was reporting the reporting the offset as the length and vice versa. While fixing that I did a quick scan of other dout() calls and fixed a couple of other minor things. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>