]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mempool: put pool namespaces within mempool::
authorSage Weil <sage@redhat.com>
Tue, 18 Oct 2016 16:09:39 +0000 (12:09 -0400)
committerSage Weil <sage@redhat.com>
Wed, 2 Nov 2016 17:48:49 +0000 (13:48 -0400)
commita54d21749dc699fc32cd55522c48fdef5dbd7ee0
tree8d0cef41f4f989d663499c0ffdbf26854502ff92
parentb15a377a7b077f2cb3c1bde9687e36f6ed209321
mempool: put pool namespaces within mempool::

e.g., mempool::bluestore_meta_other::list<...> ...

This avoids colliding with other names and types when the pool
name is something common (like "osd").

Signed-off-by: Sage Weil <sage@redhat.com>
# Conflicts:
# src/include/mempool.h
src/global/mempool.cc
src/include/mempool.h
src/os/bluestore/BlueStore.cc
src/os/bluestore/BlueStore.h
src/os/bluestore/bluestore_types.h
src/test/test_mempool.cc