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

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

Advertisement

Kernel v2.4.6 /fs/dcache.c

Filename:/fs/dcache.c
Lines Added:2
Lines Deleted:1
Also changed in: (Previous) 2.4.6-pre9  2.4.6-pre8  2.4.6-pre7  2.4.6-pre6  2.4.6-pre5  2.4.6-pre4 
(Following) 2.4.6-ac2  2.4.6-ac3  2.4.6-ac4  2.4.6-ac5  2.4.7-pre3  2.4.7-pre4 

Location
[  2.4.6
  [  fs
     o  dcache.c

Patch

diff -u --recursive --new-file v2.4.5/linux/fs/dcache.c linux/fs/dcache.c
--- v2.4.5/linux/fs/dcache.c   Tue May 22 09:35:42 2001
+++ linux/fs/dcache.c   Mon Jun 11 19:15:27 2001
@@ -616,7 +616,7 @@
    dentry->d_name.hash = name->hash;
    dentry->d_op = NULL;
    dentry->d_fsdata = NULL;
-   INIT_LIST_HEAD(&dentry->d_vfsmnt);
+   dentry->d_mounted = 0;
    INIT_LIST_HEAD(&dentry->d_hash);
    INIT_LIST_HEAD(&dentry->d_lru);
    INIT_LIST_HEAD(&dentry->d_subdirs);
@@ -1283,6 +1283,7 @@
 
    dcache_init(mempages);
    inode_init(mempages);
+   mnt_init(mempages);
    bdev_cache_init();
    cdev_cache_init();
 }


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