android_kernel_samsung_msm8976/net/rfkill
Henrique de Moraes Holschuh cf4b4aab55 rfkill: use killable locks instead of interruptible
Apparently, many applications don't expect to get EAGAIN from fd read/write
operations, since POSIX doesn't mandate it.

Use mutex_lock_killable instead of mutex_lock_interruptible, which won't
cause issues.

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Cc: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-10-31 19:00:08 -04:00
..
Kconfig [RFKILL]: Add support for an rfkill LED. 2007-10-10 16:54:10 -07:00
Makefile
rfkill-input.c RFKILL: fix input layer initialisation 2008-10-27 17:46:11 -04:00
rfkill-input.h rfkill: add default global states (v2) 2008-08-22 16:29:56 -04:00
rfkill.c rfkill: use killable locks instead of interruptible 2008-10-31 19:00:08 -04:00