original_kernel/fs/dlm
Al Viro 8b0d8e03f8 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>
2008-02-04 01:21:32 -06:00
..
Kconfig
Makefile
ast.c
ast.h
config.c
config.h
debug_fs.c
dir.c dlm: keep cached master rsbs during recovery 2008-01-30 11:04:43 -06:00
dir.h
dlm_internal.h dlm: proper prototypes 2008-01-29 17:16:52 -06:00
lock.c dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug) 2008-02-04 01:21:32 -06:00
lock.h dlm: keep cached master rsbs during recovery 2008-01-30 11:04:43 -06:00
lockspace.c dlm: use dlm prefix on alloc and free functions 2008-01-29 17:17:19 -06:00
lockspace.h
lowcomms.c dlm: close othercons 2008-01-29 17:17:32 -06:00
lowcomms.h
lvb_table.h
main.c dlm: proper prototypes 2008-01-29 17:16:52 -06:00
member.c dlm: reject messages from non-members 2008-01-30 11:04:42 -06:00
member.h dlm: reject messages from non-members 2008-01-30 11:04:42 -06:00
memory.c dlm: use dlm prefix on alloc and free functions 2008-01-29 17:17:19 -06:00
memory.h dlm: use dlm prefix on alloc and free functions 2008-01-29 17:17:19 -06:00
midcomms.c dlm: align midcomms message buffer 2008-01-30 11:04:25 -06:00
midcomms.h
netlink.c
rcom.c dlm: clean ups 2008-01-30 11:04:43 -06:00
rcom.h
recover.c dlm: keep cached master rsbs during recovery 2008-01-30 11:04:43 -06:00
recover.h
recoverd.c dlm: keep cached master rsbs during recovery 2008-01-30 11:04:43 -06:00
recoverd.h
requestqueue.c dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug) 2008-02-04 01:21:32 -06:00
requestqueue.h dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug) 2008-02-04 01:21:32 -06:00
user.c dlm: static initialization improvements 2008-01-30 11:04:43 -06:00
user.h
util.c dlm: clean ups 2008-01-30 11:04:43 -06:00
util.h