]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2/dlm: Link all lockres' to a tracking list
authorSunil Mushran <sunil.mushran@oracle.com>
Mon, 10 Mar 2008 22:16:21 +0000 (15:16 -0700)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:08 +0000 (08:56 -0700)
commit909236f697b86a87d7eda68f09dc9151a7b84b1f
tree9fd56f286df824a819e8fe44316076f55bfb2030
parente814d3a875f1173c738487914e30c89ad614b8fa
ocfs2/dlm: Link all lockres' to a tracking list

This patch links all the lockres' to a tracking list in dlm_ctxt.
We will use this in an upcoming patch that will walk the entire
list and to dump the lockres states to a debugfs file.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/dlm/dlmcommon.h
fs/ocfs2/dlm/dlmdomain.c
fs/ocfs2/dlm/dlmmaster.c