From: Oleg Nesterov Date: Wed, 11 Sep 2013 21:24:39 +0000 (-0700) Subject: exec: kill "int depth" in search_binary_handler() X-Git-Tag: v3.12-rc1~52^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=131b2f9f1214f338f0bf7c0d9760019f2b1d0c20;p=pandora-kernel.git exec: kill "int depth" in search_binary_handler() Nobody except search_binary_handler() should touch ->recursion_depth, "int depth" buys nothing but complicates the code, kill it. Probably we should also kill "fn" and the !NULL check, ->load_binary should be always defined. And it can not go away after read_unlock() or this code is buggy anyway. Signed-off-by: Oleg Nesterov Acked-by: Kees Cook Cc: Al Viro Cc: Evgeniy Polyakov Cc: Zach Levis Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed