From d1b3eebdedae0196d79fd18b4dc68f0b735d169f Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Thu, 30 May 2013 15:27:27 -0700 Subject: os/WBThrottle: remove asserts in clear() cur_ios, etc may not be zero due to an in progress flush. Signed-off-by: Samuel Just Reviewed-by: Greg Farnum --- src/os/WBThrottle.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/os/WBThrottle.cc b/src/os/WBThrottle.cc index 4673488f833..23e24765cc2 100644 --- a/src/os/WBThrottle.cc +++ b/src/os/WBThrottle.cc @@ -206,8 +206,6 @@ void WBThrottle::clear() lru.clear(); rev_lru.clear(); cond.Signal(); - assert(cur_ios == 0); - assert(cur_size == 0); } void WBThrottle::clear_object(const hobject_t &hoid) -- cgit v1.2.1