]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: clean nonused work queue 14990/head
authorWei Jin <wjin.cn@gmail.com>
Mon, 8 May 2017 07:17:40 +0000 (15:17 +0800)
committerWei Jin <wjin.cn@gmail.com>
Mon, 8 May 2017 07:25:46 +0000 (15:25 +0800)
it was restructured by 3cc48278bf0ee5c9535d04b60a661f988c50063b

Signed-off-by: Wei Jin <wjin.cn@gmail.com>
src/osd/OSD.cc
src/osd/OSD.h

index 3dd982de72d1e0465de1da6d5cd725ae7f3b270b..a3abe6c7bd2b7175e3cde8c20f3bc6d36fbe623b 100644 (file)
@@ -229,7 +229,6 @@ OSDService::OSDService(OSD *osd) :
   peering_wq(osd->peering_wq),
   recovery_gen_wq("recovery_gen_wq", cct->_conf->osd_recovery_thread_timeout,
                  &osd->disk_tp),
-  op_gen_wq("op_gen_wq", cct->_conf->osd_recovery_thread_timeout, &osd->osd_tp),
   class_handler(osd->class_handler),
   pg_epoch_lock("OSDService::pg_epoch_lock"),
   publish_lock("OSDService::publish_lock"),
index d63a1fb85aa5306de5810014b8128f5e3b7f2418..feb98e798aa8b7050b4e78c9525bfa0e4c9e7413 100644 (file)
@@ -472,7 +472,6 @@ public:
   MonClient   *&monc;
   ThreadPool::BatchWorkQueue<PG> &peering_wq;
   GenContextWQ recovery_gen_wq;
-  GenContextWQ op_gen_wq;
   ClassHandler  *&class_handler;
 
   void enqueue_back(spg_t pgid, PGQueueable qi);