]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/ObjectMap: add get_db() accessor
authorSage Weil <sage@redhat.com>
Tue, 10 Apr 2018 17:55:55 +0000 (12:55 -0500)
committerSage Weil <sage@redhat.com>
Wed, 15 Aug 2018 22:18:43 +0000 (17:18 -0500)
commit6c82e66dde715e5e4e12261655c5e7b521871453
treea00d88ab41b6f88f0ea923d5b94282e3a6980387
parent13295a38839d3df18994be101eb69361ce30cd34
os/ObjectMap: add get_db() accessor

This is just to let us get at the underlying KeyValueDB for DBObjectMap.
It is not really better or worse than adding accessors for things like
GetEstimatedSize() to ObjectMap.

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/ObjectMap.h
src/os/filestore/DBObjectMap.h