patch-2.4.0-test5 linux/arch/sh/kernel/process.c
Next file: linux/arch/sh/kernel/setup.c
Previous file: linux/arch/sh/kernel/irq.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Jul 21 14:21:06 2000
- Orig file:
v2.4.0-test4/linux/arch/sh/kernel/process.c
- Orig date:
Mon Jul 10 16:47:20 2000
diff -u --recursive --new-file v2.4.0-test4/linux/arch/sh/kernel/process.c linux/arch/sh/kernel/process.c
@@ -331,7 +331,6 @@
int error;
char *filename;
- lock_kernel();
filename = getname(ufilename);
error = PTR_ERR(filename);
if (IS_ERR(filename))
@@ -342,7 +341,6 @@
current->ptrace &= ~PT_DTRACE;
putname(filename);
out:
- unlock_kernel();
return error;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)