Loading fs/nfs/dir.c +1 −1 Original line number Diff line number Diff line Loading @@ -1218,7 +1218,7 @@ static struct dentry *nfs_lookup(struct inode *dir, struct dentry * dentry, stru goto out_unblock_sillyrename; } inode = nfs_fhget(dentry->d_sb, fhandle, fattr); res = (struct dentry *)inode; res = ERR_CAST(inode); if (IS_ERR(res)) goto out_unblock_sillyrename; Loading Loading
fs/nfs/dir.c +1 −1 Original line number Diff line number Diff line Loading @@ -1218,7 +1218,7 @@ static struct dentry *nfs_lookup(struct inode *dir, struct dentry * dentry, stru goto out_unblock_sillyrename; } inode = nfs_fhget(dentry->d_sb, fhandle, fattr); res = (struct dentry *)inode; res = ERR_CAST(inode); if (IS_ERR(res)) goto out_unblock_sillyrename; Loading