commit | bbf0d0062da2b3e1e239e381f8ac20971ef1b2ed | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Oct 19 09:23:07 2007 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:57 2008 -0400 |
tree | 6102eca045793cf1384d39d2fb2061f4dd3d23d8 | |
parent | 0a2118dfd4c328e8823cdcfebf839dff73ac21e9 [diff] |
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>