patch-2.3.49 linux/arch/i386/kernel/process.c
Next file: linux/arch/i386/kernel/signal.c
Previous file: linux/arch/i386/kernel/pci-pc.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Tue Feb 29 11:13:27 2000
- Orig file:
v2.3.48/linux/arch/i386/kernel/process.c
- Orig date:
Sat Feb 26 22:31:39 2000
diff -u --recursive --new-file v2.3.48/linux/arch/i386/kernel/process.c linux/arch/i386/kernel/process.c
@@ -693,7 +693,6 @@
int error;
char * filename;
- lock_kernel();
filename = getname((char *) regs.ebx);
error = PTR_ERR(filename);
if (IS_ERR(filename))
@@ -703,7 +702,6 @@
current->flags &= ~PF_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)