]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: put proxy read completion on finisher
authorSage Weil <sage@redhat.com>
Sun, 7 Dec 2014 01:42:51 +0000 (17:42 -0800)
committerSage Weil <sage@redhat.com>
Sun, 11 Jan 2015 04:35:30 +0000 (20:35 -0800)
commit1c8b679d0cda4fa73fac426a3dd57021ab14b7b4
tree11e77f5b91e176e9cc83f9de9ec67d1703c61557
parent650f1d989b0a9f974463f00faf769e0446bf226e
osd/ReplicatedPG: put proxy read completion on finisher

We can't use the synchronous completion callbacks (in fast dispatch
context) do to the proxy read completion work.

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