Skip to content
Commit cc7172de authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: Don't use kmap_atomic(..., KM_IRQ0) during checksum verifies



Checksum verification happens in a helper thread, and there is no
need to mess with interrupts.  This switches to kmap() instead.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 07d400a6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment