Loading fs/squashfs/namei.c +1 −4 Original line number Diff line number Diff line Loading @@ -232,10 +232,7 @@ static struct dentry *squashfs_lookup(struct inode *dir, struct dentry *dentry, exit_lookup: kfree(dire); if (inode) return d_splice_alias(inode, dentry); d_add(dentry, inode); return ERR_PTR(0); data_error: err = -EIO; Loading Loading
fs/squashfs/namei.c +1 −4 Original line number Diff line number Diff line Loading @@ -232,10 +232,7 @@ static struct dentry *squashfs_lookup(struct inode *dir, struct dentry *dentry, exit_lookup: kfree(dire); if (inode) return d_splice_alias(inode, dentry); d_add(dentry, inode); return ERR_PTR(0); data_error: err = -EIO; Loading