Loading fs/9p/vfs_inode.c +0 −1 Original line number Diff line number Diff line Loading @@ -841,7 +841,6 @@ struct dentry *v9fs_vfs_lookup(struct inode *dir, struct dentry *dentry, if (!IS_ERR(res)) return res; result = PTR_ERR(res); iput(inode); error: p9_client_clunk(fid); Loading Loading
fs/9p/vfs_inode.c +0 −1 Original line number Diff line number Diff line Loading @@ -841,7 +841,6 @@ struct dentry *v9fs_vfs_lookup(struct inode *dir, struct dentry *dentry, if (!IS_ERR(res)) return res; result = PTR_ERR(res); iput(inode); error: p9_client_clunk(fid); Loading