]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
bufferlist: get rid of derr usage
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 10 Jun 2011 21:30:17 +0000 (14:30 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 20 Jun 2011 23:22:26 +0000 (16:22 -0700)
commitff626f0ea962f3cf5005be3a74a15333045c003e
treea5a04749ad00758464b76d9bbfa6f7a1c246660c
parent07ff69a7aa53682b31ffd98014e43b6ea1c5fb25
bufferlist: get rid of derr usage

bufferlist doesn't need to use dout/derr. Only one function used it, and
that was only to return an error string.

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
24 files changed:
src/Makefile.am
src/auth/KeyRing.cc
src/cauthtool.cc
src/cmon.cc
src/common/buffer.cc
src/cosd.cc
src/crush/CrushWrapper.h
src/crushtool.cc
src/include/buffer.h
src/mon/MonMap.cc
src/osdmaptool.cc
src/psim.cc
src/test/cli/cauthtool/list-nonexistent-bin.t
src/test/cli/cauthtool/list-nonexistent.t
src/test/cli/monmaptool/add-exists.t
src/test/cli/monmaptool/add-many.t
src/test/cli/monmaptool/clobber.t
src/test/cli/monmaptool/create-print.t
src/test/cli/monmaptool/create-with-add.t
src/test/cli/monmaptool/print-nonexistent.t
src/test/cli/monmaptool/rm-nonexistent.t
src/test/cli/monmaptool/rm.t
src/test/cli/osdmaptool/print-nonexistent.t
src/tools/common.cc