]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2/dlm: Use ast_lock to protect ast_list
authorSunil Mushran <sunil.mushran@oracle.com>
Tue, 3 Feb 2009 20:37:15 +0000 (12:37 -0800)
committerMark Fasheh <mfasheh@suse.com>
Thu, 26 Feb 2009 19:51:09 +0000 (11:51 -0800)
commiteea25869900097831145da9d3193e75d6dd4db65
tree02d3bca6eaa20975512693a4fcce988dd7df4855
parent38f8c3fa4e3450aa908daab7e460096a70c5232c
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 <sunil.mushran@oracle.com>
Acked-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/dlm/dlmunlock.c