]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/PG: stop holding PG ref until on_applied on PG removal
authorSage Weil <sage@redhat.com>
Sat, 27 Jan 2018 21:07:14 +0000 (15:07 -0600)
committerSage Weil <sage@redhat.com>
Mon, 12 Feb 2018 20:35:27 +0000 (14:35 -0600)
commit08007acb159f4ffc473738d28dec29f635fc51e2
tree5124672f80e215eeabdf3bacd4ca751e0fc76024
parenta8414430466e589248200ce9183820735ec6ee2d
osd/PG: stop holding PG ref until on_applied on PG removal

Not necessary--the backend should manage the lifecycle.  We just own
one ref anyway.

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