]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osdc/ObjectCacher: do not merge rx buffers
authorSage Weil <sage@inktank.com>
Fri, 16 Aug 2013 04:48:06 +0000 (21:48 -0700)
committerSage Weil <sage@inktank.com>
Mon, 26 Aug 2013 20:10:10 +0000 (13:10 -0700)
commit02608a12d4e7592784148a62a47d568efc24079d
tree12078ab6f63bf7f7c656f7f70a5db5d8369cbaa4
parent0e2bfe71965eeef29b47e8032637ea820a7ce49c
osdc/ObjectCacher: do not merge rx buffers

We do not try to merge rx buffers currently.  Make that explicit and
documented in the code that it is not supported.  (Otherwise the
last_read_tid values will get lost and read results won't get applied
to the cache properly.)

Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit 1c50c446152ab0e571ae5508edb4ad7c7614c310)
src/osdc/ObjectCacher.cc