patch-2.3.99-pre2 linux/fs/binfmt_script.c
Next file: linux/fs/buffer.c
Previous file: linux/fs/binfmt_misc.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Mar 16 10:40:17 2000
-  Orig file: 
v2.3.99-pre1/linux/fs/binfmt_script.c
-  Orig date: 
Tue Mar 14 19:10:40 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/fs/binfmt_script.c linux/fs/binfmt_script.c
@@ -82,7 +82,7 @@
 	 * OK, now restart the process with the interpreter's dentry.
 	 */
 	lock_kernel();
-	dentry = open_namei(interp, 0, 0);
+	dentry = open_namei(interp);
 	unlock_kernel();
 	if (IS_ERR(dentry))
 		return PTR_ERR(dentry);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)