Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.14-pre8 /fs/super.c

Filename:/fs/super.c
Lines Added:3
Lines Deleted:0
Also changed in: (Previous) 2.4.14-pre7  2.4.14-pre6  2.4.13  2.4.13-pre6  2.4.13-pre5  2.4.13-pre4 
(Following) 2.4.14  2.4.15-pre9  2.4.15-greased-turkey  2.4.16-pre1  2.4.16  2.4.17-rc2 

Location
[  2.4.14-pre8
  [  fs
     o  super.c

Patch

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);


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.