From: David Teigland Date: Wed, 13 Dec 2006 16:39:20 +0000 (-0600) Subject: [DLM] fix receive_request() lvb copying X-Git-Tag: v2.6.21-rc1~92^2~35^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d07fd509e9c82a59e37b8b18a2fd0e8ef8fc837;p=pandora-kernel.git [DLM] fix receive_request() lvb copying LVB's are not sent as part of new requests, but the code receiving the request was copying data into the lvb anyway. The space in the message where it mistakenly thought the lvb lived actually contained the resource name, so it wound up incorrectly copying this name data into the lvb. Fix is to just create the lvb, not copy junk into it. Signed-off-by: David Teigland Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed