dlm: use bastmode in debugfs output
authorDavid Teigland <teigland@redhat.com>
Thu, 25 Feb 2010 18:20:57 +0000 (12:20 -0600)
committerDavid Teigland <teigland@redhat.com>
Fri, 26 Feb 2010 18:15:54 +0000 (12:15 -0600)
commitb6fa8796b2da0390e9f4115e8789a01004fc1c9b
tree5bc3d1cea581b04d837c6cdb0fb5cd015f53f6fc
parentb4a5d4bc377e49239374f266f0a0e2772c29749c
dlm: use bastmode in debugfs output

The bast mode that appears in the debugfs output should be
useful on both master and process nodes.  lkb_highbast is
currently printed, and is only useful on the master node.
lkb_bastmode is only useful on the process node.  This
patch sets lkb_bastmode on the master node as well, and
uses that value in the debugfs print.

Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/debug_fs.c
fs/dlm/lock.c