commit | 4007685c6e6b5c92a07f27cd754bcca394168af2 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Jan 25 03:01:51 2008 -0500 |
committer | David Teigland <teigland@redhat.com> | Mon Feb 04 01:24:07 2008 -0600 |
tree | 74b9f2966603d2a9fc795e9d58a84c721befd7ab | |
parent | 93ff2971e99c90d1c4d39d242ef6050d2dc853d3 [diff] [blame] |
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>
diff --git a/fs/dlm/dir.c b/fs/dlm/dir.c index ff97ba9..ce30136 100644 --- a/fs/dlm/dir.c +++ b/fs/dlm/dir.c
@@ -235,7 +235,7 @@ * pick namelen/name pairs out of received buffer */ - b = ls->ls_recover_buf + sizeof(struct dlm_rcom); + b = ls->ls_recover_buf->rc_buf; for (;;) { memcpy(&namelen, b, sizeof(uint16_t));