From: Patrick Caulfield Date: Thu, 2 Nov 2006 14:41:23 +0000 (+0000) Subject: [DLM] Fix kref_put oops X-Git-Tag: v2.6.19-rc5~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba542e3b92f9ea7c482ae56b68b9122eebc53a39;p=pandora-kernel.git [DLM] Fix kref_put oops This patch fixes the recounting on the lockspace kobject. Previously the lockspace was freed while userspace could have had a reference to one of its sysfs files, causing an oops in kref_put. Now the lockspace kfree is moved into the kobject release() function Signed-Off-By: Patrick Caulfield Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed