mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
crimson/os/seastore/segment_manger/ephemeral: add final annotations
Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
parent
975d6e501c
commit
574474048b
@ -86,10 +86,10 @@ public:
|
||||
size_t get_size() const final {
|
||||
return config.size;
|
||||
}
|
||||
segment_off_t get_block_size() const {
|
||||
segment_off_t get_block_size() const final {
|
||||
return config.block_size;
|
||||
}
|
||||
segment_off_t get_segment_size() const {
|
||||
segment_off_t get_segment_size() const final {
|
||||
return config.segment_size;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user