Searched hist:"8 b0d8e03f847d9c1677b8a193cd124debbc54633" (Results 1 – 3 of 3) sorted by relevance
/linux/fs/dlm/ |
H A D | requestqueue.h | diff 8b0d8e03f847d9c1677b8a193cd124debbc54633 Fri Jan 25 06:28:28 CET 2008 Al Viro <viro@zeniv.linux.org.uk> dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)
a) don't cast the pointer to dlm_header *, we use it as dlm_message * anyway. b) we copy the message into a queue element, then pass the pointer to copy to dlm_receive_message_saved(); declare it properly to make sure that we have the right alignment.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David Teigland <teigland@redhat.com>
|
H A D | requestqueue.c | diff 8b0d8e03f847d9c1677b8a193cd124debbc54633 Fri Jan 25 06:28:28 CET 2008 Al Viro <viro@zeniv.linux.org.uk> dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)
a) don't cast the pointer to dlm_header *, we use it as dlm_message * anyway. b) we copy the message into a queue element, then pass the pointer to copy to dlm_receive_message_saved(); declare it properly to make sure that we have the right alignment.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David Teigland <teigland@redhat.com>
|
H A D | lock.c | diff 8b0d8e03f847d9c1677b8a193cd124debbc54633 Fri Jan 25 06:28:28 CET 2008 Al Viro <viro@zeniv.linux.org.uk> dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)
a) don't cast the pointer to dlm_header *, we use it as dlm_message * anyway. b) we copy the message into a queue element, then pass the pointer to copy to dlm_receive_message_saved(); declare it properly to make sure that we have the right alignment.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David Teigland <teigland@redhat.com>
|