ocfs2/dlm: Track number of mles
authorSunil Mushran <sunil.mushran@oracle.com>
Thu, 26 Feb 2009 23:00:43 +0000 (15:00 -0800)
committerMark Fasheh <mfasheh@suse.com>
Fri, 3 Apr 2009 18:39:21 +0000 (11:39 -0700)
commit2041d8fdcec7603401829f60810c1dbd5e96c043
treeb11697962ccdec9556e66e6c261ecff33d1fb468
parent67ae1f0604da3bcf3ed6dec59ac71d07e54a404c
ocfs2/dlm: Track number of mles

The lifetime of a mle is limited to the duration of the lockres mastery
process. While typically this lifetime is fairly short, we have noticed
the number of mles explode under certain circumstances. This patch tracks
the number of each different types of mles and should help us determine
how best to speed up the mastery process.

Signed-off-by: Sunil Mushran <sunil.mushran@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