commit | cc7172defcf253335b16cf703fe4ac1ade15e1b1 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Jan 06 13:26:40 2009 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Tue Jan 06 13:26:40 2009 -0500 |
tree | 995f5404304502a0cb13f5fd4b7be24e42f19244 | |
parent | 07d400a6df4767a90d49a153fdb7f4cfa1e3f23e [diff] |
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: Chris Mason <chris.mason@oracle.com>