git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93f40e6
)
exec: setup_arg_pages() fails to return errors
author
Anton Blanchard
<anton@samba.org>
Wed, 11 Nov 2009 22:26:48 +0000
(14:26 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 12 Nov 2009 15:25:58 +0000
(07:25 -0800)
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 <anton@samba.org>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Reviewed-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/exec.c
patch
|
blob
|
history
diff --cc
fs/exec.c
Simple merge