]> git.baikalelectronics.ru Git - kernel.git/commit
rbd: clean up a few dout() calls
authorAlex Elder <elder@inktank.com>
Sat, 14 Jul 2012 01:35:11 +0000 (20:35 -0500)
committerSage Weil <sage@inktank.com>
Tue, 31 Jul 2012 01:15:46 +0000 (18:15 -0700)
commit1e13f2495cd6fa54382766e3cc8afe15d229a1da
tree7685cead03db6b9c136d089c168e03ffca641e93
parent59ea1d11435d6f23c942e900921b0cb108affdc1
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>
drivers/block/rbd.c