patch-2.3.6 linux/fs/romfs/inode.c
Next file: linux/fs/smbfs/dir.c
Previous file: linux/fs/qnx4/inode.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/romfs/inode.c
 -  Orig date: 
Fri Apr 23 21:20:38 1999
 
diff -u --recursive --new-file v2.3.5/linux/fs/romfs/inode.c linux/fs/romfs/inode.c
@@ -132,7 +132,7 @@
 	brelse(bh);
 
 	s->s_op	= &romfs_ops;
-	s->s_root = d_alloc_root(iget(s, sz), NULL);
+	s->s_root = d_alloc_root(iget(s, sz));
 
 	if (!s->s_root)
 		goto outnobh;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)