You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
+1
-1
@@ -90,7 +90,7 @@ static int load_em86(struct linux_binprm *bprm,struct pt_regs *regs)
|
||||
if (retval < 0)
|
||||
return retval;
|
||||
|
||||
return search_binary_handler(bprm, regs);
|
||||
return search_binary_handler(bprm);
|
||||
}
|
||||
|
||||
static struct linux_binfmt em86_format = {
|
||||
|
||||
Reference in New Issue
Block a user