From: David Teigland Date: Wed, 13 Dec 2006 16:38:45 +0000 (-0600) Subject: [DLM] fix send_args() lvb copying X-Git-Tag: v2.6.21-rc1~92^2~35^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da49f36f4f64feb281d7663be99e779b2aecc607;p=pandora-kernel.git [DLM] fix send_args() lvb copying The send_args() function is used to copy parameters into a message for a number different message types. Only some of those types are set up beforehand (in create_message) to include space for sending lvb data. send_args was wrongly copying the lvb for all message types as long as the lock had an lvb. This means that the lvb data was being written past the end of the message into unknown space. Signed-off-by: David Teigland Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed