diff options
| author | FUJITA Tomonori <[email protected]> | 2008-09-11 16:35:39 +0000 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2008-09-11 16:35:39 +0000 |
| commit | 50bed2e2862a8f3a4f7d683d0d27292e71ef18b9 (patch) | |
| tree | 4de32d8495a5b79aae38948871abc65bb58d9d10 /security/selinux/hooks.c | |
| parent | block: disable sysfs parts of the disk command filter (diff) | |
| download | kernel-50bed2e2862a8f3a4f7d683d0d27292e71ef18b9.tar.gz kernel-50bed2e2862a8f3a4f7d683d0d27292e71ef18b9.zip | |
sg: disable interrupts inside sg_copy_buffer
The callers of sg_copy_buffer must disable interrupts before calling
it (since it uses kmap_atomic). Some callers use it on
interrupt-disabled code but some need to take the trouble to disable
interrupts just for this. No wonder they forget about it and we hit a
bug like:
http://bugzilla.kernel.org/show_bug.cgi?id=11529
James said that it might be better to disable interrupts inside the
function rather than risk the callers getting it wrong.
Signed-off-by: FUJITA Tomonori <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions
