Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Btrfs: KM_IRQ0 usage in end_io handling
endio handling is typically called with interrupts disabled, but can also be called with it enabled. So save interrupts before using KM_IRQ0 to be completely safe. Signed-off-by: Chris Mason <chris.mason@oracle.com>
- Loading branch information