]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/*stores: fix hidden warnings
authorKefu Chai <kchai@redhat.com>
Thu, 28 Jan 2016 10:15:26 +0000 (02:15 -0800)
committerKefu Chai <kchai@redhat.com>
Sat, 30 Jan 2016 17:05:40 +0000 (01:05 +0800)
commit88a95b7b13148c83f5e6fe77e9886c4aa85a0829
tree22a0958c821f2ac3114dc5619433d21c14744f1e
parent72d1984dd452b00757f0f3e430d15490c48eafff
os/*stores: fix hidden warnings

the CollectionHandle variant methods are hidden by the subclasses
who do not override it. so the compiler complains. by adding
"using" statement we expose them again.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/os/bluestore/BlueRocksEnv.cc
src/os/filestore/FileStore.h
src/os/kstore/KStore.h
src/os/memstore/MemStore.h