]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: associate a CollectionHandle& with PGBackend
authorSage Weil <sage@redhat.com>
Mon, 18 Jan 2016 17:43:11 +0000 (12:43 -0500)
committerSage Weil <sage@redhat.com>
Wed, 27 Jan 2016 19:34:51 +0000 (14:34 -0500)
commit6560b14df96f82b575a3854914249bb024b352ea
treef7cd6cc366c9e231e2a9e70f8e87614a0e048768
parentf3de2b87ad43f002487b877a9df39d830cbbff94
osd: associate a CollectionHandle& with PGBackend

Make this a ref to the PG's handle because the backend is
constructed before the handle is opened.

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