exec: move the final allow_write_access/fput into free_bprm()
authorOleg Nesterov <oleg@redhat.com>
Thu, 23 Jan 2014 23:55:51 +0000 (15:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:37:02 +0000 (16:37 -0800)
commit63e46b95e9eae1161832bf45cb40bbad37bfb182
tree642f1ba4567fabd0358a45d77dc653ab98adac14
parent9e00cdb091b008cb3c78192651180896de412a63
exec: move the final allow_write_access/fput into free_bprm()

Both success/failure paths cleanup bprm->file, we can move this
code into free_bprm() to simlify and cleanup this logic.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/exec.c