]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: move BlueRocksEnv::split() to .cc
authorKefu Chai <kchai@redhat.com>
Tue, 16 Mar 2021 01:13:00 +0000 (09:13 +0800)
committerIgor Fedotov <ifedotov@suse.com>
Tue, 8 Jun 2021 10:41:05 +0000 (13:41 +0300)
commit4561a0f16221d43e94a4bceb2cb4c2d73833164b
treecc91f101266a29f8218dce44255d212f02430ffb
parentea889d34a14fd0a29df1a81f3ba767f942937496
os/bluestore: move BlueRocksEnv::split() to .cc

this helper is only used by the functions in the .cc file, and it does
not reference BlueRocksEnv member variable or methods. so move it to
an anonymous namespace.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit c1c90582dbe9274c5004f65d817cc83ef1b3062d)
src/os/bluestore/BlueRocksEnv.cc
src/os/bluestore/BlueRocksEnv.h