[DLM] fix iovec length in recvmsg
authorPatrick Caulfield <pcaulfie@redhat.com>
Fri, 13 Oct 2006 16:12:05 +0000 (17:12 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 20 Oct 2006 13:13:10 +0000 (09:13 -0400)
commit42fb00838a644d03f9a2a5fbbe0b668a5ff5df4d
tree2a4cc5c21814f77a551373bd7fac8b6925ef7428
parentce9e3d9953c8cb67001719b5516da2928e956be4
[DLM] fix iovec length in recvmsg

I didn't spot that the msg_iovlen was set to 2 if there
were two elements in the iovec but left at zero if not :(

I think this might be why bob was still seeing trouble.

Signed-Off-By: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/lowcomms.c