]> 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>
Tue, 23 Apr 2013 18:33:18 +0000 (11:33 -0700)
commit124f81cc5fa5a3ac9e7777ad49dd42d864fd7f68
treeb638e725d01244194b047994566e2f4542c94b6f
parent13ba07a0f3af479861c0e83e3e6441fef1bc8a99
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>
(cherry picked from commit 870f9cd421ca7b0094f9f89e13b1898a8302c494)
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