]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/dcache.c
[PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate()
[linux-2.6-omap-h63xx.git] / fs / dcache.c
index 5a24cee6b76a2965b2c6f22c243cd78b38299ee1..900de90d21be56ff6ac0a16dd6d30b6b3bfcd977 100644 (file)
@@ -1210,7 +1210,6 @@ struct dentry *d_splice_alias(struct inode *inode, struct dentry *dentry)
                new = __d_find_alias(inode, 1);
                if (new) {
                        BUG_ON(!(new->d_flags & DCACHE_DISCONNECTED));
-                       fsnotify_d_instantiate(new, inode);
                        spin_unlock(&dcache_lock);
                        security_d_instantiate(new, inode);
                        d_rehash(dentry);