summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/osd/PG.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/PG.cc b/src/osd/PG.cc
index f21882966da..3a0aa23c37d 100644
--- a/src/osd/PG.cc
+++ b/src/osd/PG.cc
@@ -3689,7 +3689,6 @@ void PG::scrub()
lock();
if (deleting) {
unlock();
- put();
return;
}