Loading fs/binfmt_som.c +0 −7 Original line number Original line Diff line number Diff line Loading @@ -188,7 +188,6 @@ static int map_som_binary(struct file *file, static int static int load_som_binary(struct linux_binprm * bprm, struct pt_regs * regs) load_som_binary(struct linux_binprm * bprm, struct pt_regs * regs) { { int som_exec_fileno; int retval; int retval; unsigned int size; unsigned int size; unsigned long som_entry; unsigned long som_entry; Loading Loading @@ -220,12 +219,6 @@ load_som_binary(struct linux_binprm * bprm, struct pt_regs * regs) goto out_free; goto out_free; } } retval = get_unused_fd(); if (retval < 0) goto out_free; get_file(bprm->file); fd_install(som_exec_fileno = retval, bprm->file); /* Flush all traces of the currently running executable */ /* Flush all traces of the currently running executable */ retval = flush_old_exec(bprm); retval = flush_old_exec(bprm); if (retval) if (retval) Loading Loading
fs/binfmt_som.c +0 −7 Original line number Original line Diff line number Diff line Loading @@ -188,7 +188,6 @@ static int map_som_binary(struct file *file, static int static int load_som_binary(struct linux_binprm * bprm, struct pt_regs * regs) load_som_binary(struct linux_binprm * bprm, struct pt_regs * regs) { { int som_exec_fileno; int retval; int retval; unsigned int size; unsigned int size; unsigned long som_entry; unsigned long som_entry; Loading Loading @@ -220,12 +219,6 @@ load_som_binary(struct linux_binprm * bprm, struct pt_regs * regs) goto out_free; goto out_free; } } retval = get_unused_fd(); if (retval < 0) goto out_free; get_file(bprm->file); fd_install(som_exec_fileno = retval, bprm->file); /* Flush all traces of the currently running executable */ /* Flush all traces of the currently running executable */ retval = flush_old_exec(bprm); retval = flush_old_exec(bprm); if (retval) if (retval) Loading