diff options
author | David Teigland <teigland@redhat.com> | 2006-07-25 14:44:31 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-07-26 08:41:37 -0400 |
commit | 5de6319b1839300ba6b461ed19531cdab90db9fc (patch) | |
tree | 99184cb3f935d2520be7739354a1b11eb0c278b0 /fs/dlm/lockspace.c | |
parent | a9e5f4d0780ec9cda7a70b08294d7718431b62a1 (diff) |
[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/lockspace.c')
-rw-r--r-- | fs/dlm/lockspace.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/dlm/lockspace.c b/fs/dlm/lockspace.c index 3f6cb422ac4b..31ed0fe16a31 100644 --- a/fs/dlm/lockspace.c +++ b/fs/dlm/lockspace.c | |||
@@ -446,7 +446,8 @@ static int new_lockspace(char *name, int namelen, void **lockspace, | |||
446 | memset(&ls->ls_stub_rsb, 0, sizeof(struct dlm_rsb)); | 446 | memset(&ls->ls_stub_rsb, 0, sizeof(struct dlm_rsb)); |
447 | ls->ls_stub_rsb.res_ls = ls; | 447 | ls->ls_stub_rsb.res_ls = ls; |
448 | 448 | ||
449 | ls->ls_debug_dentry = NULL; | 449 | ls->ls_debug_rsb_dentry = NULL; |
450 | ls->ls_debug_waiters_dentry = NULL; | ||
450 | 451 | ||
451 | init_waitqueue_head(&ls->ls_uevent_wait); | 452 | init_waitqueue_head(&ls->ls_uevent_wait); |
452 | ls->ls_uevent_result = 0; | 453 | ls->ls_uevent_result = 0; |