patch-2.3.6 linux/fs/hfs/super.c
Next file: linux/fs/hpfs/alloc.c
Previous file: linux/fs/hfs/mdb.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/hfs/super.c
- Orig date:
Fri May 14 18:55:24 1999
diff -u --recursive --new-file v2.3.5/linux/fs/hfs/super.c linux/fs/hfs/super.c
@@ -466,7 +466,7 @@
if (!root_inode)
goto bail_no_root;
- s->s_root = d_alloc_root(root_inode, NULL);
+ s->s_root = d_alloc_root(root_inode);
if (!s->s_root)
goto bail_no_root;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)