diff options
author | David Teigland <teigland@redhat.com> | 2012-04-23 17:36:01 -0400 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2012-04-26 16:41:46 -0400 |
commit | 6d40c4a708e0e996fd9c60d4093aebba5fe1f749 (patch) | |
tree | 85c2c602d5c18c3a4c94e525114af4f449751c10 /fs/dlm/lock.h | |
parent | 57638bf3aa64facd9eba0e018b5773f5d2da6c2b (diff) |
dlm: improve error and debug messages
Change some existing error/debug messages to
collect more useful information, and add
some new error/debug messages to address
recently found problems.
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/lock.h')
-rw-r--r-- | fs/dlm/lock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/dlm/lock.h b/fs/dlm/lock.h index 1a255307f6ff..56e2bc646565 100644 --- a/fs/dlm/lock.h +++ b/fs/dlm/lock.h | |||
@@ -15,7 +15,8 @@ | |||
15 | 15 | ||
16 | void dlm_dump_rsb(struct dlm_rsb *r); | 16 | void dlm_dump_rsb(struct dlm_rsb *r); |
17 | void dlm_print_lkb(struct dlm_lkb *lkb); | 17 | void dlm_print_lkb(struct dlm_lkb *lkb); |
18 | void dlm_receive_message_saved(struct dlm_ls *ls, struct dlm_message *ms); | 18 | void dlm_receive_message_saved(struct dlm_ls *ls, struct dlm_message *ms, |
19 | uint32_t saved_seq); | ||
19 | void dlm_receive_buffer(union dlm_packet *p, int nodeid); | 20 | void dlm_receive_buffer(union dlm_packet *p, int nodeid); |
20 | int dlm_modes_compat(int mode1, int mode2); | 21 | int dlm_modes_compat(int mode1, int mode2); |
21 | void dlm_put_rsb(struct dlm_rsb *r); | 22 | void dlm_put_rsb(struct dlm_rsb *r); |