commit | e2de7f565521a76fbbb927f701c5a1d381c71a93 | [log] [tgz] |
---|---|---|
author | Patrick Caulfield <pcaulfie@redhat.com> | Mon Nov 06 08:53:28 2006 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Nov 06 09:28:01 2006 -0500 |
tree | 0068cf0d624045eedb91b0452a89dc691871641b | |
parent | ba542e3b92f9ea7c482ae56b68b9122eebc53a39 [diff] |
[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 <pcaulfie@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>