]> www.infradead.org Git - users/dwmw2/linux.git/commit
btrfs: scrub: remove unused scrub_ctx::sectors_per_bio
authorDavid Sterba <dsterba@suse.com>
Tue, 21 Nov 2023 01:50:13 +0000 (02:50 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 15 Dec 2023 19:27:01 +0000 (20:27 +0100)
commita5e182d85fa55557496ad751c88a37f3c0590242
tree72ec45887c7988f9865ac9b8335bc61d9ab5f171
parentcfbf07e2787e4da79c63622f1a6e64cc89f3a829
btrfs: scrub: remove unused scrub_ctx::sectors_per_bio

The recent scrub rewrite forgot to remove the sectors_per_bio in
6.3 in 13a62fd997f0 ("btrfs: scrub: remove scrub_bio structure").
This was found by tool https://github.com/jirislaby/clang-struct .

Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/scrub.c