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

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

Kernel v2.6.24.5-rc2 /fs/dcache.c

Filename:/fs/dcache.c
Lines Added:0
Lines Deleted:3
Also changed in: (Previous) 2.6.24.5-rc1  2.6.24-git22  2.6.24-git21  2.6.24-git20  2.6.24-git19  2.6.24-git18 
(Following) 2.6.24.5  2.6.24.6  2.6.24.7  2.6.25-git5  2.6.25-git6  2.6.25-git7 

Location
[  2.6.24.5-rc2
  [  fs
     o  dcache.c

Patch

diff --git a/fs/dcache.c b/fs/dcache.c
index d9ca1e5..c369bf9 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -1408,9 +1408,6 @@ void d_delete(struct dentry * dentry)
    if (atomic_read(&dentry->d_count) == 1) {
       dentry_iput(dentry);
       fsnotify_nameremove(dentry, isdir);
-
-      /* remove this and other inotify debug checks after 2.6.18 */
-      dentry->d_flags &= ~DCACHE_INOTIFY_PARENT_WATCHED;
       return;
    }
 


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