Skip to content

Commit

Permalink
crimson/os/seastore/transaction_manager: add missing final keyword
Browse files Browse the repository at this point in the history
Signed-off-by: Yingxin Cheng <[email protected]>
  • Loading branch information
cyx1231st committed Oct 28, 2020
1 parent 4f2f4f4 commit 3543465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crimson/os/seastore/transaction_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class TransactionManager : public SegmentCleaner::ExtentCallbackInterface {
using release_segment_ret =
SegmentCleaner::ExtentCallbackInterface::release_segment_ret;
release_segment_ret release_segment(
segment_id_t id) {
segment_id_t id) final {
return segment_manager.release(id);
}

Expand Down

0 comments on commit 3543465

Please sign in to comment.