[DLM] fix oops in kref_put when removing a lockspace
authorPatrick Caulfield <pcaulfie@redhat.com>
Mon, 6 Nov 2006 08:53:28 +0000 (08:53 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 6 Nov 2006 14:28:01 +0000 (09:28 -0500)
Now that the lockspace struct is freed when the last sysfs object is released
this patch prevents use of that lockspace by sysfs. We attempt to re-get the
lockspace from the lockspace list and fail the request if it has been removed.

Signed-Off-By: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found