From: Sunil Mushran Date: Tue, 3 Feb 2009 20:37:15 +0000 (-0800) Subject: ocfs2/dlm: Use ast_lock to protect ast_list X-Git-Tag: v2.6.29-rc7~44^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dabc47de7a23f57522dc762d9d2ad875700d3497;p=pandora-kernel.git ocfs2/dlm: Use ast_lock to protect ast_list The code was using dlm->spinlock instead of dlm->ast_lock to protect the ast_list. This patch fixes the issue. Signed-off-by: Sunil Mushran Acked-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed