]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/block/rbd.c
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)
commitbd919d45aa61c19d9ed82548d6deb06bcae31153
tree7685cead03db6b9c136d089c168e03ffca641e93
parenta05932905695f8c6c06d353ecd52c8e5d607cc77
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