]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
BlueStore: remove reap_cond
authorxie xingguo <xie.xingguo@zte.com.cn>
Fri, 15 Jan 2016 09:23:57 +0000 (17:23 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sun, 17 Jan 2016 14:11:14 +0000 (22:11 +0800)
It has no consumers at present.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc
src/os/bluestore/BlueStore.h

index 98dc7fa85f91e917d64cb089c5eb5d748343af44..484e8579b2aa5f91f11066b7ef26148c8420ea4e 100644 (file)
@@ -2328,7 +2328,6 @@ void BlueStore::_reap_collections()
   }
 
   dout(10) << __func__ << " all reaped" << dendl;
-  reap_cond.Signal();
 }
 
 // ---------------
index cfabfe6f543c8391819affb6f8f1b0e378480604..08d77cdc00f6ea898908a6615743edd11260eb07 100644 (file)
@@ -494,7 +494,6 @@ private:
   Logger *logger;
 
   Mutex reap_lock;
-  Cond reap_cond;
   list<CollectionRef> removed_collections;