]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedPG: move client reply handling out of eval_repop
authorSamuel Just <sjust@redhat.com>
Fri, 12 Feb 2016 17:32:45 +0000 (09:32 -0800)
committerSamuel Just <sjust@redhat.com>
Thu, 25 Feb 2016 18:56:40 +0000 (10:56 -0800)
commitcc1b2c6f342b17d6e304560c23f4ce310d6690d9
tree15b8faa0440b455427773c7609a4bb1f4a84ecad
parent5110214337c8cc73676b30f15abc9f262064274f
ReplicatedPG: move client reply handling out of eval_repop

execute_ctx is the only path which actually has a client op,
let's clarify eval_repop by moving that logic inline there.
This also eliminates most of the repop->ctx users from
eval_repop.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/ReplicatedPG.cc
src/osd/ReplicatedPG.h