diff options
author | David Teigland <teigland@redhat.com> | 2006-08-08 18:08:42 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-08-09 09:46:38 -0400 |
commit | faa0f2677287a2e7ae796db8b73618ec43715e94 (patch) | |
tree | ed3d0477991710785b7c0adc9db26009d1614bfd /fs/dlm/dlm_internal.h | |
parent | 06442440bc442ef79cb060c6e786eaeeabd9044b (diff) |
[DLM] show nodeid for recovery message
To aid debugging, it's useful to be able to see what nodeid the dlm is
waiting on for a message 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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h index 7c3c2d27c012..ec7e401133fd 100644 --- a/fs/dlm/dlm_internal.h +++ b/fs/dlm/dlm_internal.h | |||
@@ -467,6 +467,7 @@ struct dlm_ls { | |||
467 | struct list_head ls_requestqueue;/* queue remote requests */ | 467 | struct list_head ls_requestqueue;/* queue remote requests */ |
468 | struct mutex ls_requestqueue_mutex; | 468 | struct mutex ls_requestqueue_mutex; |
469 | char *ls_recover_buf; | 469 | char *ls_recover_buf; |
470 | int ls_recover_nodeid; /* for debugging */ | ||
470 | struct list_head ls_recover_list; | 471 | struct list_head ls_recover_list; |
471 | spinlock_t ls_recover_list_lock; | 472 | spinlock_t ls_recover_list_lock; |
472 | int ls_recover_list_count; | 473 | int ls_recover_list_count; |