diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-01-25 03:01:51 -0500 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2008-02-04 02:24:07 -0500 |
commit | 4007685c6e6b5c92a07f27cd754bcca394168af2 (patch) | |
tree | 74b9f2966603d2a9fc795e9d58a84c721befd7ab /fs/dlm/dlm_internal.h | |
parent | 93ff2971e99c90d1c4d39d242ef6050d2dc853d3 (diff) |
dlm: use proper type for ->ls_recover_buf
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/dlm_internal.h')
-rw-r--r-- | fs/dlm/dlm_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h index 187a5b5b28b6..f7fbaec94b15 100644 --- a/fs/dlm/dlm_internal.h +++ b/fs/dlm/dlm_internal.h | |||
@@ -500,7 +500,7 @@ struct dlm_ls { | |||
500 | struct rw_semaphore ls_recv_active; /* block dlm_recv */ | 500 | struct rw_semaphore ls_recv_active; /* block dlm_recv */ |
501 | struct list_head ls_requestqueue;/* queue remote requests */ | 501 | struct list_head ls_requestqueue;/* queue remote requests */ |
502 | struct mutex ls_requestqueue_mutex; | 502 | struct mutex ls_requestqueue_mutex; |
503 | char *ls_recover_buf; | 503 | struct dlm_rcom *ls_recover_buf; |
504 | int ls_recover_nodeid; /* for debugging */ | 504 | int ls_recover_nodeid; /* for debugging */ |
505 | uint64_t ls_rcom_seq; | 505 | uint64_t ls_rcom_seq; |
506 | spinlock_t ls_rcom_spin; | 506 | spinlock_t ls_rcom_spin; |