From: Henrique de Moraes Holschuh Date: Thu, 9 Oct 2008 21:15:29 +0000 (-0300) Subject: rfkill: use killable locks instead of interruptible X-Git-Tag: v2.6.29-rc1~581^2~899 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf4b4aab552f5f658ed400dd0cd41f9ac8aac7c1;p=pandora-kernel.git 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 Cc: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed