]> err.no Git - linux-2.6/blobdiff - fs/dcache.c
ext[234]: use ext[234]_get_group_desc()
[linux-2.6] / fs / dcache.c
index 1c323dd92fb2978b684f5a379114b1d722996bae..44f6cf23b70e3baf4affccf31a68568aff7dd496 100644 (file)
@@ -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;
        }