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)
commit29576f8bb54045be944ba809d4fca1ad77c94165
tree9fd56f286df824a819e8fe44316076f55bfb2030
parent724bdca9b8449d9ee5f779dc27ee3d906a04508c
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