]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rbd: typename is for types, not functions
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 9 Nov 2016 21:06:46 +0000 (16:06 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 17 Nov 2016 00:54:31 +0000 (19:54 -0500)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/librbd/AioImageRequestWQ.h

index 42817c0d799cee56b640c219e0e396982f7bcb26..65a70e15cadc7bbd690196734a48dea938e6d081 100644 (file)
@@ -33,8 +33,8 @@ public:
                    bool native_async=true);
   void aio_flush(AioCompletion *c, bool native_async=true);
 
-  using typename ThreadPool::PointerWQ<AioImageRequest<ImageCtx> >::drain;
-  using typename ThreadPool::PointerWQ<AioImageRequest<ImageCtx> >::empty;
+  using ThreadPool::PointerWQ<AioImageRequest<ImageCtx> >::drain;
+  using ThreadPool::PointerWQ<AioImageRequest<ImageCtx> >::empty;
 
   void shut_down(Context *on_shutdown);