]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: improve ExtentMap::reshard readabilty
authorPere Diaz Bou <pere-altea@hotmail.com>
Mon, 20 May 2024 13:50:27 +0000 (15:50 +0200)
committerPere Diaz Bou <pere-altea@hotmail.com>
Tue, 9 Jul 2024 13:08:09 +0000 (15:08 +0200)
commit91b0207ed8d22684c2221c648ab43441e0e2da74
tree56e6b43cbc1169e57c68c8c0ab48078049ececc6
parent859f920e96408b04ea7bd6e568d3365544b1335f
os/bluestore: improve ExtentMap::reshard readabilty

rename:
    * p -> shard
    * sp -> current_shard
    * esp -> end_shard
    * si_begin -> shard_index_begin
    * si_end -> shard_index_end
    * e -> extent
    * bs -> blob_start
    * be -> blob_end
    * sv -> extent_map_shards
    ...

Signed-off-by: Pere Diaz Bou <pere-altea@hotmail.com>
src/os/bluestore/BlueStore.cc