diff options
author | 2020-11-12 16:47:57 +0800 | |
---|---|---|
committer | 2020-12-08 15:54:14 +0100 | |
commit | 8e1dc982ed5fa52596504054a0713bf5acbe19f0 (patch) | |
tree | 052f767c7a0ef3543b77dba319ea0d5773566a2b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: scrub: remove the anonymous structure from scrub_page (diff) | |
download | linux-rng-8e1dc982ed5fa52596504054a0713bf5acbe19f0.tar.xz linux-rng-8e1dc982ed5fa52596504054a0713bf5acbe19f0.zip |
btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_buffer
Parameter @phy_offset is the offset against the bio->bi_iter.bi_sector.
@phy_offset is mostly for data io to lookup the csum in btrfs_io_bio.
But for metadata, it's completely useless as metadata stores their own
csum in its header, so we can remove it.
Note: parameters @start and @end, they are not utilized at all for
current sectorsize == PAGE_SIZE case, as we can grab eb directly from
page.
But those two parameters are very important for later subpage support,
thus @start/@len are not touched here.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions