btrfs: check-integrity: drop kmap/kunmap for block pages
authorDavid Sterba <dsterba@suse.com>
Tue, 15 Jun 2021 15:15:38 +0000 (17:15 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 23 Aug 2021 11:19:00 +0000 (13:19 +0200)
commit5da384799278afe0d2557e4d4482240840c208b8
treef191a9a000fcc21c1506c9745469278976e54da7
parent4c2bf276b56d8d27ddbafcdf056ef3fc60ae50b0
btrfs: check-integrity: drop kmap/kunmap for block pages

The pages in block_ctx have never been allocated from highmem (in
btrfsic_read_block) so the mapping is pointless and can be removed.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/check-integrity.c