patch-2.3.6 linux/fs/pipe.c
Next file: linux/fs/proc/Makefile
Previous file: linux/fs/ntfs/fs.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Jun  8 10:47:58 1999
-  Orig file: 
v2.3.5/linux/fs/pipe.c
-  Orig date: 
Fri May 14 18:55:26 1999
diff -u --recursive --new-file v2.3.5/linux/fs/pipe.c linux/fs/pipe.c
@@ -486,7 +486,7 @@
 	j = error;
 
 	error = -ENOMEM;
-	f1->f_dentry = f2->f_dentry = dget(d_alloc_root(inode, NULL));
+	f1->f_dentry = f2->f_dentry = dget(d_alloc_root(inode));
 	if (!f1->f_dentry)
 		goto close_f12_inode_i_j;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)