patch-2.3.6 linux/fs/efs/super.c
Next file: linux/fs/ext2/super.c
Previous file: linux/fs/devpts/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/efs/super.c
-  Orig date: 
Mon May 31 22:28:06 1999
diff -u --recursive --new-file v2.3.5/linux/fs/efs/super.c linux/fs/efs/super.c
@@ -204,7 +204,7 @@
 	}
 	s->s_op   = &efs_superblock_operations;
 	s->s_dev  = dev;
-	s->s_root = d_alloc_root(iget(s, EFS_ROOTINODE), NULL);
+	s->s_root = d_alloc_root(iget(s, EFS_ROOTINODE));
 	unlock_super(s);
  
 	if (!(s->s_root)) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)