From: David Teigland Date: Wed, 16 Jan 2008 19:02:31 +0000 (-0600) Subject: dlm: keep cached master rsbs during recovery X-Git-Tag: v2.6.25-rc1~1139^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f0379aa0f9366bb6918e2e898a915231176fbd;p=pandora-kernel.git dlm: keep cached master rsbs during recovery To prevent the master of an rsb from changing rapidly, an unused rsb is kept on the "toss list" for a period of time to be reused. The toss list was being cleared completely for each recovery, which is unnecessary. Much of the benefit of the toss list can be maintained if nodes keep rsb's in their toss list that they are the master of. These rsb's need to be included when the resource directory is rebuilt during recovery. Signed-off-by: David Teigland --- Reading git-diff-tree failed