]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
newstore: fix was hidden warning
authorOrit Wasserman <owasserm@redhat.com>
Mon, 7 Dec 2015 14:05:46 +0000 (15:05 +0100)
committerOrit Wasserman <owasserm@redhat.com>
Thu, 17 Dec 2015 13:38:49 +0000 (14:38 +0100)
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
src/os/newstore/NewStore.h

index c32e2a9d45e2a0bb86fdb3b5f930aa04efde3d96..370c9b50e102c3ffae1eb560675cc88ec05a4c5f 100644 (file)
@@ -351,6 +351,7 @@ public:
     void _process(fsync_item *i, ThreadPool::TPHandle &handle) {
       store->_txc_process_fsync(i);
     }
+    using ThreadPool::WorkQueue<fsync_item>::_process;
     void _clear() {
       fd_queue.clear();
     }
@@ -422,6 +423,7 @@ public:
       store->_wal_apply(i);
       i->osr->wal_apply_lock.Unlock();
     }
+    using ThreadPool::WorkQueue<TransContext>::_process;
     void _clear() {
       assert(wal_queue.empty());
     }