]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
WritebackHandler: make read return nothing
authorJosh Durgin <josh.durgin@inktank.com>
Wed, 10 Apr 2013 19:03:04 +0000 (12:03 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Wed, 10 Apr 2013 19:03:04 +0000 (12:03 -0700)
commit870f9cd421ca7b0094f9f89e13b1898a8302c494
tree0cb9f2bdbdd87f6bb5bf84f9844c132dac29a2c8
parentf5b81d8d167d1aa7f82a5776bbb1f319063ab809
WritebackHandler: make read return nothing

The tid returned by reads is ignored, and would make tracking writes
internally more difficult by using the same id-space as them. Make read
void and update all implementations.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/client/ObjecterWriteback.h
src/librbd/LibrbdWriteback.cc
src/librbd/LibrbdWriteback.h
src/osdc/WritebackHandler.h
src/test/osdc/FakeWriteback.cc
src/test/osdc/FakeWriteback.h