diff options
author | Alex Elder <elder@inktank.com> | 2013-02-20 17:32:08 -0600 |
---|---|---|
committer | Alex Elder <elder@inktank.com> | 2013-02-25 15:36:56 -0600 |
commit | 37206ee5bede14d59306fea3af4c0105d4712342 (patch) | |
tree | ca7070823a9e633aeca57dbca8d2c277ad58053d /net/ceph | |
parent | 632b88cadece050ca925d74bda250c4a320c5cc7 (diff) | |
download | linux-3.10-37206ee5bede14d59306fea3af4c0105d4712342.tar.gz linux-3.10-37206ee5bede14d59306fea3af4c0105d4712342.tar.bz2 linux-3.10-37206ee5bede14d59306fea3af4c0105d4712342.zip |
rbd: normalize dout() calls
Add dout() calls to facilitate tracing of image and object requests.
Change a few existing calls so they use __func__ rather than the
hard-coded function name. Have calls always add ":" after the name
of the function, and prefix pointer values with a consistent tag
indicating what it represents. (Note that there remain some older
dout() calls that are left untouched by this patch.)
Issue a warning if rbd_osd_write_callback() ever gets a short write.
This resolves:
http://tracker.ceph.com/issues/4235
Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'net/ceph')
0 files changed, 0 insertions, 0 deletions