From: Jeff Dike Date: Mon, 1 May 2006 19:16:00 +0000 (-0700) Subject: [PATCH] uml: error handling fixes X-Git-Tag: v2.6.17-rc4~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ace87b9502d922397cabaf07d73e0b60c480ecf;p=pandora-kernel.git [PATCH] uml: error handling fixes Blairsorblade noticed some confusion between our use of a system call's return value and errno. This patch fixes a number of related bugs - using errno instead of a return value using a return value instead of errno forgetting to negate a error return to get a positive error code Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed