From: Paolo 'Blaisorblade' Giarrusso Date: Tue, 11 Apr 2006 05:53:38 +0000 (-0700) Subject: [PATCH] uml: fix failure path after conversion X-Git-Tag: v2.6.17-rc2~230 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d84a19ce52a7b01dc7318ea3a8223dfe44cccb6f;p=pandora-kernel.git [PATCH] uml: fix failure path after conversion Little fix for error paths in this code. - Some bug come from conversion to os-Linux (open() doesn't follow the kernel -errno return convention, while the old code called os_open_file() which followed it). This caused the wrong return code to be printed. - Then be more precise about what happened and do some whitespace fixes. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed