dlm: remove shared message stub for recovery
authorDavid Teigland <teigland@redhat.com>
Mon, 4 Apr 2011 20:19:59 +0000 (15:19 -0500)
committerDavid Teigland <teigland@redhat.com>
Tue, 5 Apr 2011 15:54:47 +0000 (10:54 -0500)
commit2a7ce0edd661b3144c7b916ecf1eba0967b6d4a5
treeb667622eda00739c54e2010c5f38bba9c76947c7
parentc6ff669bac5c409f4cb74366248f51b73f7d6feb
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 <teigland@redhat.com>
fs/dlm/dlm_internal.h
fs/dlm/lock.c