diff options
author | 2022-03-21 13:48:42 +0800 | |
---|---|---|
committer | 2022-05-16 17:03:13 +0200 | |
commit | c0111c44174a82f81c89ea79e70f2e95ba42c73f (patch) | |
tree | 436c294be29eca5a7cb5be6afac783bac0d1a005 /tools/perf/scripts/python/stackcollapse.py | |
parent | btrfs: remove the zoned/zone_size union in struct btrfs_fs_info (diff) | |
download | linux-dev-c0111c44174a82f81c89ea79e70f2e95ba42c73f.tar.xz linux-dev-c0111c44174a82f81c89ea79e70f2e95ba42c73f.zip |
btrfs: simplify parameters of submit_read_repair() and rename
Cleanup the function submit_read_repair() by:
- Remove the fixed argument submit_bio_hook()
The function is only called on buffered data read path, so the
@submit_bio_hook argument is always btrfs_submit_data_bio().
Since it's fixed, then there is no need to pass that argument at all.
- Rename the function to submit_data_read_repair()
Just to be more explicit on all the 3 things, data, read and repair.
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
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 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions