]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/PrimaryLogPG: remove finish_proxy_write reply path
authorSage Weil <sage@redhat.com>
Wed, 25 Sep 2019 15:59:42 +0000 (10:59 -0500)
committerSage Weil <sage@redhat.com>
Wed, 25 Sep 2019 16:01:09 +0000 (11:01 -0500)
commitaba33749ed2a55d17b513dbdf3fa02942a83a022
tree031d635452bd4269c3042be9963a6cec64800ad8
parent6b3c27fc8a80df50e17ad8955ccd22629ff9fde9
osd/PrimaryLogPG: remove finish_proxy_write reply path

There is no case where we have already allocated a reply message here,
since that is only done in execute_ctx() after the transaction is prepared,
something that doesn't happen if we proxy the write through to the base
layer.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PrimaryLogPG.cc