| Kernel v2.4.14 /fs/super.c |
|---|
 2.4.14
 fs
 super.c
diff -u --recursive --new-file v2.4.13/linux/fs/super.c linux/fs/super.c
--- v2.4.13/linux/fs/super.c Tue Oct 23 22:48:53 2001
+++ linux/fs/super.c Tue Oct 30 15:08:12 2001
@@ -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);
|