]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/dlm/recover.c
[DLM] dump rsb and locks on assert
authorDavid Teigland <teigland@redhat.com>
Fri, 18 Aug 2006 16:54:25 +0000 (11:54 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 21 Aug 2006 13:50:09 +0000 (09:50 -0400)
commita345da3e8f28ff69e1b14df78f7ddc6e7b78b726
treea1aa40c1aae01064b64b953c9b4a16180dd82be9
parent15d00c0b91ca776b51b5ab04f79ab35b06670d30
[DLM] dump rsb and locks on assert

Introduce new function dlm_dump_rsb() to call within assertions instead of
dlm_print_rsb().  The new function dumps info about all locks on the rsb
in addition to rsb details.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/lock.c
fs/dlm/lock.h
fs/dlm/recover.c