From: David Teigland Date: Mon, 4 Apr 2011 20:19:59 +0000 (-0500) Subject: dlm: remove shared message stub for recovery X-Git-Tag: v3.0-rc1~308^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7ce0edd661b3144c7b916ecf1eba0967b6d4a5;p=pandora-kernel.git dlm: remove shared message stub for recovery kmalloc a stub message struct during recovery instead of sharing the struct in the lockspace. This leaves the lockspace stub_ms only for faking downconvert replies, where it is never modified and sharing is not a problem. Also improve the debug messages in the same recovery function. Signed-off-by: David Teigland --- Reading git-diff-tree failed