Loading net/9p/client.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -618,7 +618,7 @@ static struct p9_fid *p9_fid_create(struct p9_client *clnt) return ERR_PTR(-ENOMEM); return ERR_PTR(-ENOMEM); ret = p9_idpool_get(clnt->fidpool); ret = p9_idpool_get(clnt->fidpool); if (fid->fid < 0) { if (ret < 0) { ret = -ENOSPC; ret = -ENOSPC; goto error; goto error; } } Loading Loading
net/9p/client.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -618,7 +618,7 @@ static struct p9_fid *p9_fid_create(struct p9_client *clnt) return ERR_PTR(-ENOMEM); return ERR_PTR(-ENOMEM); ret = p9_idpool_get(clnt->fidpool); ret = p9_idpool_get(clnt->fidpool); if (fid->fid < 0) { if (ret < 0) { ret = -ENOSPC; ret = -ENOSPC; goto error; goto error; } } Loading