]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/os/seastore/journal: hide RBM specific finish_commit()
authorYingxin Cheng <yingxin.cheng@intel.com>
Fri, 20 Dec 2024 08:23:26 +0000 (16:23 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Tue, 24 Dec 2024 08:32:28 +0000 (16:32 +0800)
commit4a08c37da5603d4c65033bf33603d5f402f1de81
tree20af4815da2d5fcd7cefcf9869783656ed9b8917
parentd9ff8f0419aab7b91b8ceeb12f454e95fda89b4a
crimson/os/seastore/journal: hide RBM specific finish_commit()

By introducing a callback upon completing submission.

Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/os/seastore/journal.h
src/crimson/os/seastore/journal/circular_bounded_journal.cc
src/crimson/os/seastore/journal/circular_bounded_journal.h
src/crimson/os/seastore/journal/segmented_journal.cc
src/crimson/os/seastore/journal/segmented_journal.h
src/crimson/os/seastore/transaction_manager.cc
src/test/crimson/seastore/test_btree_lba_manager.cc
src/test/crimson/seastore/test_cbjournal.cc
src/test/crimson/seastore/test_seastore_journal.cc