diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2009-01-11 03:01:04 -0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-15 13:39:35 -0500 |
commit | 7646ea88af80a92f2775e17d4283830d7f09ea2d (patch) | |
tree | 1d54184b5b6c24333955b912dd5f996e33893cd7 /drivers/watchdog | |
parent | 0045c0aa7d5e787f78938e6a10927b8a516f0b83 (diff) |
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 'drivers/watchdog')
0 files changed, 0 insertions, 0 deletions