diff options
author | Qu Wenruo <wqu@suse.com> | 2024-01-08 05:00:44 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2024-03-04 18:24:45 +0300 |
commit | 4d02b543903f258bec4c8cdcb85ecbbb2a935cb4 (patch) | |
tree | e54ed5b6a6d8c2c4787f5bab8db8bca446d0b857 /fs/btrfs/dev-replace.c | |
parent | 8bab0a30665e46054f8e19286f0d08a121453b08 (diff) | |
download | linux-4d02b543903f258bec4c8cdcb85ecbbb2a935cb4.tar.xz |
btrfs: remove unused variable bio_offset from end_bbio_data_read()
The variable @bio_offset was introduced in commit 7ffd27e378d2 ("btrfs:
pass bio_offset to check_data_csum() directly"), when we are still using
the same endio function for both data and metadata.
Later we had several changes to data and metadata endio functions:
- Data verification is handled by btrfs bio layer
- Split data and metadata endio paths
Now for data path we no longer do any verification in
end_bbio_data_read(), as the verification is handled by btrfs bio layer
already.
Thus there is no need for such bio_offset variable.
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Qu Wenruo <wqu@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