commit | 74710cf1fbdc74b1593be953e85b3f392c9f43a4 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri May 29 15:43:14 2020 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Jul 27 12:55:22 2020 +0200 |
tree | e8864f03c9e8774770a9c97ec38bae6b4a9bd9ba | |
parent | 83cf6d5eae54eb40727210e825f8d656a33e7d30 [diff] |
btrfs: scrub: remove temporary csum array in scrub_checksum_super The page contents with the checksum is available during the entire function so we don't need to make a copy. Signed-off-by: David Sterba <dsterba@suse.com>