Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130128
b: refs/heads/master
c: 24e94de
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Jan 20, 2009
1 parent 819327d commit 36a0d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d05c26ce690e867aabfc7d708d481e0f86f23496
refs/heads/master: 24e94de41e76134fad05552588fe01af2cab1494
2 changes: 1 addition & 1 deletion trunk/net/9p/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ static struct p9_fid *p9_fid_create(struct p9_client *clnt)
return ERR_PTR(-ENOMEM);

ret = p9_idpool_get(clnt->fidpool);
if (fid->fid < 0) {
if (ret < 0) {
ret = -ENOSPC;
goto error;
}
Expand Down

0 comments on commit 36a0d6b

Please sign in to comment.