kernel-fxtec-pro1x/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
Makefile
rfkill-input.c RFKILL: fix input layer initialisation 2008-10-27 17:46:11 -04:00
rfkill-input.h
rfkill.c rfkill: use killable locks instead of interruptible 2008-10-31 19:00:08 -04:00