Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Cc: Ivo van Doorn <[email protected]> Signed-off-by: John W. Linville <[email protected]>
- Loading branch information