summaryrefslogtreecommitdiff
path: root/src/osd/OSD.cc
diff options
context:
space:
mode:
authorDavid Zafman <david.zafman@inktank.com>2013-05-01 18:30:57 -0700
committerDavid Zafman <david.zafman@inktank.com>2013-05-06 16:34:33 -0700
commit048e04994c635e19a8fccaf46b4f16daac11916a (patch)
treec51091e2466c35ca8abf53528106ac57378d8ae5 /src/osd/OSD.cc
parentbd36e78f726bee6042359ed6dbd6ef65e1d843a2 (diff)
downloadceph-048e04994c635e19a8fccaf46b4f16daac11916a.tar.gz
Clean up defer_recovery() functions
Signed-off-by: David Zafman <david.zafman@inktank.com>
Diffstat (limited to 'src/osd/OSD.cc')
-rw-r--r--src/osd/OSD.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc
index 690bce68787..eccaa4b89a4 100644
--- a/src/osd/OSD.cc
+++ b/src/osd/OSD.cc
@@ -6134,15 +6134,6 @@ void OSD::finish_recovery_op(PG *pg, const hobject_t& soid, bool dequeue)
recovery_wq.unlock();
}
-void OSD::defer_recovery(PG *pg)
-{
- dout(10) << "defer_recovery " << *pg << dendl;
-
- // move pg to the end of the queue...
- recovery_wq.queue(pg);
-}
-
-
// =========================================================
// OPS