From: Oleg Nesterov Date: Wed, 3 Jul 2013 22:08:34 +0000 (-0700) Subject: fs/exec.c: do_execve_common(): use current_user() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd9d43f47d6944019918a801398c587ee86c4b52;p=pandora-kernel.git fs/exec.c: do_execve_common(): use current_user() Trivial cleanup. do_execve_common() can use current_user() and avoid the unnecessary "struct cred *cred" var. Signed-off-by: Oleg Nesterov Cc: Vasiliy Kulikov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed