diff options
author | 2009-01-11 03:01:04 -0200 | |
---|---|---|
committer | 2009-01-15 13:39:35 -0500 | |
commit | 7646ea88af80a92f2775e17d4283830d7f09ea2d (patch) | |
tree | 1d54184b5b6c24333955b912dd5f996e33893cd7 /include/linux/kernel.h | |
parent | ACPI: thinkpad-acpi: add UWB radio support (diff) | |
download | wireguard-linux-7646ea88af80a92f2775e17d4283830d7f09ea2d.tar.xz wireguard-linux-7646ea88af80a92f2775e17d4283830d7f09ea2d.zip |
ACPI: thinkpad-acpi: use killable instead of interruptible mutexes
Unfortunately, POSIX in all of its braindamage, do not state that userspace has
to deal with EINTR in read/write and friends... so, lesser code just doesn't.
Switch from *_interruptible to *_killable on the sysfs- and procfs-related
mutexes. This closes this possible can of worms.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions