From: Sunil Mushran Date: Fri, 23 Mar 2007 00:01:07 +0000 (-0700) Subject: ocfs2_dlm: Fix lockres ref counting bug X-Git-Tag: v2.6.21-rc6~72^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78062cb2e54ffe0df811dce5e68b54da9b8c9025;p=pandora-kernel.git ocfs2_dlm: Fix lockres ref counting bug During umount, the umount thread migrates the lockres' and the dlm_thread frees the empty lockres'. Due to a race, the reference counting on the lockres goes awry leading to extra puts. Signed-off-by: Sunil Mushran Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed