From: Sunil Mushran Date: Thu, 26 Feb 2009 23:00:44 +0000 (-0800) Subject: ocfs2/dlm: Improve lockres counts X-Git-Tag: v2.6.30-rc1~224^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6800791ab773453bdec337efb3f0cec6557f3bb3;p=pandora-kernel.git ocfs2/dlm: Improve lockres counts This patch replaces the lockres counts that tracked the number number of locally and remotely mastered lockres' with a current and total count. The total count is the number of lockres' that have been created since the dlm domain was created. The number of locally and remotely mastered counts can be computed using the locking_state output. Signed-off-by: Sunil Mushran Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed