[DLM] canceling deadlocked lock
authorDavid Teigland <teigland@redhat.com>
Tue, 29 May 2007 13:46:00 +0000 (08:46 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 9 Jul 2007 07:22:54 +0000 (08:22 +0100)
commit8b4021fa436f7c76a2299e6d85d4d4a619724e9a
tree4e3be51910ede8a36d640229bb1d20d3f7547652
parent84d8cd69a8e7f1c9962f46bc79850c9f1f663806
[DLM] canceling deadlocked lock

Add a function that can be used through libdlm by a system daemon to cancel
another process's deadlocked lock.  A completion ast with EDEADLK is returned
to the process waiting for the lock.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/dlm_internal.h
fs/dlm/lock.c
fs/dlm/lock.h
fs/dlm/user.c
include/linux/dlm_device.h