commit | 7646ea88af80a92f2775e17d4283830d7f09ea2d | [log] [tgz] |
---|---|---|
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | Sun Jan 11 03:01:04 2009 -0200 |
committer | Len Brown <len.brown@intel.com> | Thu Jan 15 13:39:35 2009 -0500 |
tree | 1d54184b5b6c24333955b912dd5f996e33893cd7 | |
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>