patch-2.3.6 linux/fs/ext2/super.c
Next file: linux/fs/ext2/symlink.c
Previous file: linux/fs/efs/super.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/ext2/super.c
- Orig date:
Mon Apr 12 10:03:45 1999
diff -u --recursive --new-file v2.3.5/linux/fs/ext2/super.c linux/fs/ext2/super.c
@@ -629,7 +629,7 @@
*/
sb->s_dev = dev;
sb->s_op = &ext2_sops;
- sb->s_root = d_alloc_root(iget(sb, EXT2_ROOT_INO), NULL);
+ sb->s_root = d_alloc_root(iget(sb, EXT2_ROOT_INO));
if (!sb->s_root) {
sb->s_dev = 0;
for (i = 0; i < db_count; i++)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)