]> Git Repo - linux.git/commit
ocfs2/dlm: Track number of mles
authorSunil Mushran <[email protected]>
Thu, 26 Feb 2009 23:00:43 +0000 (15:00 -0800)
committerMark Fasheh <[email protected]>
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 <[email protected]>
Signed-off-by: Mark Fasheh <[email protected]>
fs/ocfs2/dlm/dlmcommon.h
fs/ocfs2/dlm/dlmdomain.c
fs/ocfs2/dlm/dlmmaster.c
This page took 0.050414 seconds and 4 git commands to generate.