commit | 3e037efdbd72799d94afa6e0fcef5ff70359a895 | [log] [tgz] |
---|---|---|
author | Ira Weiny <ira.weiny@intel.com> | Tue Feb 16 18:48:25 2021 -0800 |
committer | David Sterba <dsterba@suse.com> | Mon Apr 19 17:25:16 2021 +0200 |
tree | 0145722aa7eceacd52e0a419a4dfcf932c88ed14 | |
parent | 94a0b58d2d3b92c72fbf1b97d9129e470c1d2175 [diff] |
btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bio Again there is an array of pointers which must be unmapped in the correct order. Convert the kmap()'s to kmap_local_page() and adjust the unmapping to work backwards through the unmapping loop. Signed-off-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>