diff options
-rw-r--r-- | fs/dcache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dcache.c b/fs/dcache.c index 74da947b160b..f1358e5c3a59 100644 --- a/fs/dcache.c +++ b/fs/dcache.c | |||
@@ -1222,7 +1222,6 @@ struct dentry *d_splice_alias(struct inode *inode, struct dentry *dentry) | |||
1222 | BUG_ON(!(new->d_flags & DCACHE_DISCONNECTED)); | 1222 | BUG_ON(!(new->d_flags & DCACHE_DISCONNECTED)); |
1223 | spin_unlock(&dcache_lock); | 1223 | spin_unlock(&dcache_lock); |
1224 | security_d_instantiate(new, inode); | 1224 | security_d_instantiate(new, inode); |
1225 | d_rehash(dentry); | ||
1226 | d_move(new, dentry); | 1225 | d_move(new, dentry); |
1227 | iput(inode); | 1226 | iput(inode); |
1228 | } else { | 1227 | } else { |