diff options
author | David Teigland <teigland@redhat.com> | 2007-07-06 10:47:08 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2007-07-09 03:24:13 -0400 |
commit | ac90a2552500996c529d5f0ddc16a9bf60bf670d (patch) | |
tree | fb546addd48fa75f8f4ea8d7b7929d6c0a3c89ee /fs/dlm/dlm_internal.h | |
parent | 35dcc52e3a916184b145fd840250244b81004200 (diff) |
[DLM] dump more lock values
Add two more output fields (lkb_flags and rsb nodeid) to the new debugfs
file that dumps one lock per line. Also, dump all locks instead of just
mastered locks. Accordingly, use a suffix of _locks instead of _master.
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/dlm/dlm_internal.h')
-rw-r--r-- | fs/dlm/dlm_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h index 8ac081882c78..74901e981e10 100644 --- a/fs/dlm/dlm_internal.h +++ b/fs/dlm/dlm_internal.h | |||
@@ -471,7 +471,7 @@ struct dlm_ls { | |||
471 | 471 | ||
472 | struct dentry *ls_debug_rsb_dentry; /* debugfs */ | 472 | struct dentry *ls_debug_rsb_dentry; /* debugfs */ |
473 | struct dentry *ls_debug_waiters_dentry; /* debugfs */ | 473 | struct dentry *ls_debug_waiters_dentry; /* debugfs */ |
474 | struct dentry *ls_debug_master_dentry; /* debugfs */ | 474 | struct dentry *ls_debug_locks_dentry; /* debugfs */ |
475 | 475 | ||
476 | wait_queue_head_t ls_uevent_wait; /* user part of join/leave */ | 476 | wait_queue_head_t ls_uevent_wait; /* user part of join/leave */ |
477 | int ls_uevent_result; | 477 | int ls_uevent_result; |