aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/dcache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dcache.c b/fs/dcache.c
index 5a24cee6b76a..900de90d21be 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -1210,7 +1210,6 @@ struct dentry *d_splice_alias(struct inode *inode, struct dentry *dentry)
1210 new = __d_find_alias(inode, 1); 1210 new = __d_find_alias(inode, 1);
1211 if (new) { 1211 if (new) {
1212 BUG_ON(!(new->d_flags & DCACHE_DISCONNECTED)); 1212 BUG_ON(!(new->d_flags & DCACHE_DISCONNECTED));
1213 fsnotify_d_instantiate(new, inode);
1214 spin_unlock(&dcache_lock); 1213 spin_unlock(&dcache_lock);
1215 security_d_instantiate(new, inode); 1214 security_d_instantiate(new, inode);
1216 d_rehash(dentry); 1215 d_rehash(dentry);