get rid of pt_regs argument of search_binary_handler()
[deliverable/linux.git] / fs / binfmt_misc.c
index 790b3cddca673284c00d78cb80a68fb550568aff..226aeac22ac9fbfc728ed8902235e8170a9cbf7c 100644 (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;
 
This page took 0.037522 seconds and 5 git commands to generate.