Loading fs/namei.c +3 −1 Original line number Diff line number Diff line Loading @@ -1095,8 +1095,10 @@ static struct dentry *d_inode_lookup(struct dentry *parent, struct dentry *dentr struct dentry *old; /* Don't create child dentry for a dead directory. */ if (unlikely(IS_DEADDIR(inode))) if (unlikely(IS_DEADDIR(inode))) { dput(dentry); return ERR_PTR(-ENOENT); } old = inode->i_op->lookup(inode, dentry, nd); if (unlikely(old)) { Loading Loading
fs/namei.c +3 −1 Original line number Diff line number Diff line Loading @@ -1095,8 +1095,10 @@ static struct dentry *d_inode_lookup(struct dentry *parent, struct dentry *dentr struct dentry *old; /* Don't create child dentry for a dead directory. */ if (unlikely(IS_DEADDIR(inode))) if (unlikely(IS_DEADDIR(inode))) { dput(dentry); return ERR_PTR(-ENOENT); } old = inode->i_op->lookup(inode, dentry, nd); if (unlikely(old)) { Loading