patch-2.4.14 linux/fs/super.c
Next file: linux/include/asm-alpha/a.out.h
Previous file: linux/fs/reiserfs/tail_conversion.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Tue Oct 30 15:08:12 2001
- Orig file:
v2.4.13/linux/fs/super.c
- Orig date:
Tue Oct 23 22:48:53 2001
diff -u --recursive --new-file v2.4.13/linux/fs/super.c linux/fs/super.c
@@ -1060,7 +1060,10 @@
vfsmnt->mnt_root = dget(sb->s_root);
bdput(bdev); /* sb holds a reference */
+
+#ifdef CONFIG_ROOT_NFS
attach_it:
+#endif
root_nd.mnt = root_vfsmnt;
root_nd.dentry = root_vfsmnt->mnt_sb->s_root;
graft_tree(vfsmnt, &root_nd);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)