diff options
author | David Teigland <teigland@redhat.com> | 2008-12-16 14:53:23 -0600 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2008-12-23 10:18:51 -0600 |
commit | d022509d1c54be4918e7fc8f1195ee8c392e9a57 (patch) | |
tree | be27db04228d30674c21f6b550b78c5fb4bd2672 /fs/dlm/dlm_internal.h | |
parent | e3a84ad495d1fddb542e0922160f0194a1361950 (diff) |
dlm: add new debugfs entry
The new debugfs entry dumps all rsb and lkb structures, and includes
a lot more information than has been available before. This includes
the new timestamps added by a previous patch for debugging callback
issues.
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/dlm_internal.h')
-rw-r--r-- | fs/dlm/dlm_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h index 0c4882951923..ef2f1e353966 100644 --- a/fs/dlm/dlm_internal.h +++ b/fs/dlm/dlm_internal.h @@ -482,6 +482,7 @@ struct dlm_ls { struct dentry *ls_debug_rsb_dentry; /* debugfs */ struct dentry *ls_debug_waiters_dentry; /* debugfs */ struct dentry *ls_debug_locks_dentry; /* debugfs */ + struct dentry *ls_debug_all_dentry; /* debugfs */ wait_queue_head_t ls_uevent_wait; /* user part of join/leave */ int ls_uevent_result; |