]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: silence coverity warning in async read operation contexts 16617/head
authorJason Dillaman <dillaman@redhat.com>
Thu, 27 Jul 2017 19:17:32 +0000 (15:17 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 27 Jul 2017 19:18:24 +0000 (15:18 -0400)
commitd61094f45ec027f0f57ecd8f017bae4ec70fa33e
tree8c39b10dd3dc9c527d1075ebe6367bac93157d2c
parentda622254484196e951b748b51dd4bb9f498c83a9
osd: silence coverity warning in async read operation contexts

Coverity doesn't know that the context is deleted via the "complete"
method and the embedded context is therefore also destructed when
it's completed.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/osd/PrimaryLogPG.cc