get rid of pt_regs argument of search_binary_handler()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2012-10-20 21:53:31 -04:00
parent 835ab32dff
commit 3c456bfc4b
6 changed files with 8 additions and 9 deletions

View file

@ -199,7 +199,7 @@ static int load_misc_binary(struct linux_binprm *bprm, struct pt_regs *regs)
bprm->recursion_depth++;
retval = search_binary_handler (bprm, regs);
retval = search_binary_handler(bprm);
if (retval < 0)
goto _error;