diff options
author | Qu Wenruo <wqu@suse.com> | 2022-03-13 13:40:00 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-05-16 18:03:07 +0300 |
commit | 7e737cbca63331943a75d472e66bca2634966239 (patch) | |
tree | 29792ea6add751e9ad00ad7f76e45ea8d75a0a62 /fs/btrfs/dev-replace.c | |
parent | 6a2e9dc46f15dc8e0eb8c8986a49c36f4b2d23a4 (diff) | |
download | linux-7e737cbca63331943a75d472e66bca2634966239.tar.xz |
btrfs: scrub: rename members related to scrub_block::pagev
The following will be renamed in this patch:
- scrub_block::pagev -> sectors
- scrub_block::page_count -> sector_count
- SCRUB_MAX_PAGES_PER_BLOCK -> SCRUB_MAX_SECTORS_PER_BLOCK
- page_num -> sector_num to iterate scrub_block::sectors
For now scrub_page is not yet renamed to keep the patch reasonable and
it will be updated in a followup.
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions