aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorEric Ren <[email protected]>2015-10-14 23:28:26 +0800
committerDavid Teigland <[email protected]>2015-11-03 10:38:22 -0600
commita6b1533e9a57d76cd3d9b7649d29ac604b1874b8 (patch)
treebd6a322b87c9e3db8728035a51cf72b9dbd2571b /net/unix/af_unix.c
parent7379047d5585187d1288486d4627873170d0005a (diff)
dlm: make posix locks interruptible
Replace wait_event_killable with wait_event_interruptible so that a program waiting for a posix lock can be interrupted by a signal. With the killable version, a program was not interruptible by a signal if it had a signal handler set for it, overriding the default action of terminating the process. Signed-off-by: Eric Ren <[email protected]> Signed-off-by: David Teigland <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions