]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/os: extract onode.h out
authorKefu Chai <kchai@redhat.com>
Fri, 15 May 2020 10:52:14 +0000 (18:52 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 9 Jun 2020 01:39:47 +0000 (09:39 +0800)
commit878510aacc575880c8a26b7b65aa5b827976a670
treeef5d6edf6d24c929da991986e2b22e37d31d72bd
parent45787de525e0510db7a4af5b6a53412e415783b7
crimson/os: extract onode.h out

so the concrete onode manager implementation can include it without
including the onode_manager.h interface as a whole

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/os/seastore/CMakeLists.txt
src/crimson/os/seastore/onode.cc [new file with mode: 0644]
src/crimson/os/seastore/onode.h [new file with mode: 0644]
src/crimson/os/seastore/onode_manager.h