From: Björn Steinbrink Date: Fri, 29 Sep 2006 09:00:46 +0000 (-0700) Subject: [PATCH] Fix ____call_usermodehelper errors being silently ignored X-Git-Tag: v2.6.19-rc1~728 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=111dbe0c8a21dffa473239861be47ebc87f593b3;p=pandora-kernel.git [PATCH] Fix ____call_usermodehelper errors being silently ignored If ____call_usermodehelper fails, we're not interested in the child process' exit value, but the real error, so let's stop wait_for_helper from overwriting it in that case. Issue discovered by Benedikt Böhm while working on a Linux-VServer usermode helper. Signed-off-by: Björn Steinbrink Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed