From: Patrick Caulfield Date: Mon, 6 Nov 2006 08:53:28 +0000 (+0000) Subject: [DLM] fix oops in kref_put when removing a lockspace X-Git-Tag: v2.6.19-rc5~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2de7f565521a76fbbb927f701c5a1d381c71a93;p=pandora-kernel.git [DLM] fix oops in kref_put when removing a lockspace 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 Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed