commit | b6fa8796b2da0390e9f4115e8789a01004fc1c9b | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Thu Feb 25 12:20:57 2010 -0600 |
committer | David Teigland <teigland@redhat.com> | Fri Feb 26 12:15:54 2010 -0600 |
tree | 5bc3d1cea581b04d837c6cdb0fb5cd015f53f6fc | |
parent | b4a5d4bc377e49239374f266f0a0e2772c29749c [diff] |
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>