commit | 6b7aaad9ba4f2a059a70014be12a921eceebfc47 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Mon Sep 25 23:33:02 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Sep 26 08:49:06 2006 -0700 |
tree | d9ba70b160b7df23dea33e5c8e83119ecdca7332 | |
parent | 5e1f65a67d76341795ea527d30bfdca03999d46b [diff] |
[PATCH] uml: Fix handling of failed execs of helpers There were some bugs in handling failures to exec helper programs. errno was passed back from the child with the wrong sign. It was also ignored. In the case where it mattered, the errno from the (successful) read in the parent was used instead. Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>