]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
PG: do not put() in scrub() if pg is deleting
authorSamuel Just <sam.just@inktank.com>
Thu, 18 Apr 2013 00:14:07 +0000 (17:14 -0700)
committerSamuel Just <sam.just@inktank.com>
Fri, 19 Apr 2013 18:00:21 +0000 (11:00 -0700)
commitce6477536700e12037a3b7eee6bb505795a9a479
tree22c7977355dbbc719a1eeddcbd4d065d2fdcc8b4
parentb021036bde2a6427ea821145944f86ef50e7333a
PG: do not put() in scrub() if pg is deleting

scrub() no longer handles the put, this call
must have been missed.

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/PG.cc