From: Al Viro Date: Fri, 25 Jan 2008 05:28:28 +0000 (-0500) Subject: dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug) X-Git-Tag: v2.6.25-rc1~42^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0d8e03f847d9c1677b8a193cd124debbc54633;p=pandora-kernel.git 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 Signed-off-by: David Teigland --- Reading git-diff-tree failed