btrfs: scrub: remove temporary csum array in scrub_checksum_super
authorDavid Sterba <dsterba@suse.com>
Fri, 29 May 2020 13:43:14 +0000 (15:43 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 27 Jul 2020 10:55:22 +0000 (12:55 +0200)
commit74710cf1fbdc74b1593be953e85b3f392c9f43a4
treee8864f03c9e8774770a9c97ec38bae6b4a9bd9ba
parent83cf6d5eae54eb40727210e825f8d656a33e7d30
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>
fs/btrfs/scrub.c