From: David Teigland Date: Mon, 17 Nov 2008 18:28:48 +0000 (-0600) Subject: ocfs2: fix wake_up in unlock_ast X-Git-Tag: v2.6.28-rc7~25^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f9eebcdfaeefc8f807fa1bcce1d7c3ae6661b1;p=pandora-kernel.git ocfs2: fix wake_up in unlock_ast In ocfs2_unlock_ast(), call wake_up() on lockres before releasing the spin lock on it. As soon as the spin lock is released, the lockres can be freed. Signed-off-by: David Teigland Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed