diff --git a/[refs] b/[refs] index f86c9849d673..9a5a3e4371c9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 360da90029196c9449bc61e5a07ce8404e4cba57 +refs/heads/master: 8f3dfaa5bab767a043c5af5b879fb86c03329f8a diff --git a/trunk/fs/dcache.c b/trunk/fs/dcache.c index 5a24cee6b76a..900de90d21be 100644 --- a/trunk/fs/dcache.c +++ b/trunk/fs/dcache.c @@ -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);