From: Paolo 'Blaisorblade' Giarrusso Date: Fri, 24 Feb 2006 21:03:55 +0000 (-0800) Subject: [PATCH] uml: fix usage of kernel_errno in place of errno X-Git-Tag: v2.6.16-rc5~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f4e2c61c76e8b543c0a2589063aea85c15fb25;p=pandora-kernel.git [PATCH] uml: fix usage of kernel_errno in place of errno To avoid conflicts, in kernel files errno is expanded to kernel_errno, to distinguish it from glibc errno. In this case, the code wants to use the libc errno but the kernel one is used; in the other usage, we return errno in place of -errno in case of an error. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Acked-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed