]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedPG: move do_osd_op_effects out of eval_repop
authorSamuel Just <sjust@redhat.com>
Fri, 13 Nov 2015 18:37:45 +0000 (10:37 -0800)
committerSamuel Just <sjust@redhat.com>
Thu, 25 Feb 2016 18:56:40 +0000 (10:56 -0800)
commit90a5359b9cb78f0b3b5669e5e89047663f7449b6
tree564cce660cd1af97b22ee4adef14335e02f23a38
parente4c535600671bc9fd689bd7e08496c964f5001a3
ReplicatedPG: move do_osd_op_effects out of eval_repop

This is better anyway, do_osd_op_effects on a non-client op was somewhat
silly without an op (even if you filled in the other fields like
watch_connects, it would just silently skip it).  It also eliminates
another dependence of RepGather on OpContext.

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