commit | 2ae0c2d80d25dae7658b64b93c271004bc8708e8 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Jun 30 17:44:49 2020 +0200 |
committer | David Sterba <dsterba@suse.com> | Tue Dec 08 15:54:01 2020 +0100 |
tree | 76f6cab64a0c4dc953c01f1cbe5e604435a105cb | |
parent | 419b791ce76090aeaa598d7879579c236736e4ae [diff] |
btrfs: scrub: remove local copy of csum_size from context The context structure unnecessarily stores copy of the checksum size, that can be now easily obtained from fs_info. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: David Sterba <dsterba@suse.com>