]> git.baikalelectronics.ru Git - kernel.git/commit
uml: fix recvmsg return value checking
authorJeff Dike <jdike@addtoit.com>
Thu, 15 Nov 2007 00:58:51 +0000 (16:58 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 15 Nov 2007 02:45:37 +0000 (18:45 -0800)
commitabbe4b06bcb825484614d1d5c464b25b1d4cbf01
tree2a453594731bf41e7ac41f3205c4819449b534e8
parent647c4a38210c88d22b73c65d6fb79a3d205dd40e
uml: fix recvmsg return value checking

Stupid bug - we need to compare the return value of recvmsg to the value of
iov_len, not its size.  This caused port_helper processes not to be killed on
shutdown on x86_64 because the pids weren't being passed out properly.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/os-Linux/file.c