ACPI: thinkpad-acpi: use killable instead of interruptible mutexes
commit065a30317a9291da3acf2724f47d7556deefb933
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sat, 22 Nov 2008 21:23:02 +0000 (22 19:23 -0200)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sat, 22 Nov 2008 21:23:02 +0000 (22 19:23 -0200)
tree916bfa00ecd25e5f987a7991843a93a8772c6016
parentf31aa06fbdb0a399eda270dd8daba7638ed9ba13
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>
drivers/misc/thinkpad_acpi.c