commit | dabc47de7a23f57522dc762d9d2ad875700d3497 | [log] [tgz] |
---|---|---|
author | Sunil Mushran <sunil.mushran@oracle.com> | Tue Feb 03 12:37:15 2009 -0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Thu Feb 26 11:51:09 2009 -0800 |
tree | 02d3bca6eaa20975512693a4fcce988dd7df4855 | |
parent | c74ff8bb2235d848beb67fcfddae71ecbe3f92b1 [diff] |
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>