-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TieredStorage] Rename owners_offset to owners_block_offset (#34047)
#### Problem TieredStorageFooter::owners_offset refers to the offset to the owners block, which looks very similar to OwnerOffset that has a completely different concept -- the offset to access the address of an owner in the owners-block. #### Summary of Changes Similar to the previous renaming index_offset to index_block_offset, this PR renames owners_offset to owners_block_offset to avoid confusion.
- Loading branch information
1 parent
e9135e2
commit 2877b81
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters