]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PrimaryLogPG: drop unused MOSDOpReply creation path
authorSage Weil <sage@redhat.com>
Tue, 24 Sep 2019 18:37:37 +0000 (13:37 -0500)
committerSage Weil <sage@redhat.com>
Wed, 25 Sep 2019 15:58:31 +0000 (10:58 -0500)
commit6b3c27fc8a80df50e17ad8955ccd22629ff9fde9
tree0cc94006aefd26bed27ff449ccd5ea6933b74796
parentca29586120a43f7415e0c00098f67052a0ef8067
osd/PrimaryLogPG: drop unused MOSDOpReply creation path

It is unclear why this path was originally needed, but it does predate
the removal of the dual-ack removal, so I expect it was related to
that.  It is no longer necesarry.

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