linux/drivers/platform/x86
Henrique de Moraes Holschuh 7646ea88af 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>
2009-01-15 13:39:35 -05:00
..
acer-wmi.c
asus_acpi.c
asus-laptop.c
compal-laptop.c
eeepc-laptop.c
fujitsu-laptop.c Merge branch 'drivers-platform' into release 2009-01-09 04:56:56 -05:00
hp-wmi.c hp-wmi: handle rfkill_register() failure 2009-01-09 16:54:41 -08:00
intel_menlow.c
Kconfig ACPI: thinkpad-acpi: debug facility to emulate the rf switches 2009-01-15 13:29:21 -05:00
Makefile
msi-laptop.c
panasonic-laptop.c Merge branch 'drivers-platform' into release 2009-01-09 04:56:56 -05:00
sony-laptop.c Merge branch 'drivers-platform' into release 2009-01-09 04:56:56 -05:00
tc1100-wmi.c Merge branch 'drivers-platform' into release 2009-01-09 04:56:56 -05:00
thinkpad_acpi.c ACPI: thinkpad-acpi: use killable instead of interruptible mutexes 2009-01-15 13:39:35 -05:00
toshiba_acpi.c
wmi.c