aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/dlm_internal.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2006-07-25 13:44:31 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2006-07-26 08:41:37 -0400
commit5de6319b1839300ba6b461ed19531cdab90db9fc (patch)
tree99184cb3f935d2520be7739354a1b11eb0c278b0 /fs/dlm/dlm_internal.h
parenta9e5f4d0780ec9cda7a70b08294d7718431b62a1 (diff)
downloadkernel_samsung_smdk4412-5de6319b1839300ba6b461ed19531cdab90db9fc.zip
kernel_samsung_smdk4412-5de6319b1839300ba6b461ed19531cdab90db9fc.tar.gz
kernel_samsung_smdk4412-5de6319b1839300ba6b461ed19531cdab90db9fc.tar.bz2
[DLM] more info through debugfs
Display more information from debugfs, particularly locks waiting for a master lookup or operations waiting for a remote reply. 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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h
index db080de..7c3c2d2 100644
--- a/fs/dlm/dlm_internal.h
+++ b/fs/dlm/dlm_internal.h
@@ -446,7 +446,8 @@ struct dlm_ls {
struct dlm_lkb ls_stub_lkb; /* for returning errors */
struct dlm_message ls_stub_ms; /* for faking a reply */
- struct dentry *ls_debug_dentry; /* debugfs */
+ struct dentry *ls_debug_rsb_dentry; /* debugfs */
+ struct dentry *ls_debug_waiters_dentry; /* debugfs */
wait_queue_head_t ls_uevent_wait; /* user part of join/leave */
int ls_uevent_result;