From: Anton Blanchard Date: Wed, 11 Nov 2009 22:26:48 +0000 (-0800) Subject: exec: setup_arg_pages() fails to return errors X-Git-Tag: v2.6.32-rc7~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc63cf237078c86214abcb2ee9926d8ad289da9b;p=pandora-kernel.git exec: setup_arg_pages() fails to return errors In setup_arg_pages we work hard to assign a value to ret, but on exit we always return 0. Also remove a now duplicated exit path and branch to out_unlock instead. Signed-off-by: Anton Blanchard Acked-by: Serge Hallyn Reviewed-by: WANG Cong Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed