From d024ab05049f39741d05f9d202370b3d3ebfc731 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Thu, 16 Mar 2017 10:27:31 -0700 Subject: [PATCH] osd: Remove unused argument to clear_queued_recovery Signed-off-by: David Zafman --- src/osd/OSD.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/OSD.h b/src/osd/OSD.h index 73998a100e5..fc60df7c65f 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -1025,7 +1025,7 @@ public: Mutex::Locker l(recovery_lock); _maybe_queue_recovery(); } - void clear_queued_recovery(PG *pg, bool front = false) { + void clear_queued_recovery(PG *pg) { Mutex::Locker l(recovery_lock); for (list >::iterator i = awaiting_throttle.begin(); i != awaiting_throttle.end(); -- 2.47.3