Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96762
b: refs/heads/master
c: 728fc4e
h: refs/heads/master
v: v3
  • Loading branch information
Josef 'Jeff' Sipek authored and Eric Van Hensbergen committed May 15, 2008
1 parent a46062e commit 832b30b
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: c1549497e903a1ffa1c5808337a987180e480e7a
refs/heads/master: 728fc4ef17748042d9c71144aa339ed9c68e8b01
2 changes: 1 addition & 1 deletion trunk/net/9p/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ struct p9_client *p9_client_create(const char *dev_name, char *options)
spin_lock_init(&clnt->lock);
INIT_LIST_HEAD(&clnt->fidlist);
clnt->fidpool = p9_idpool_create();
if (!clnt->fidpool) {
if (IS_ERR(clnt->fidpool)) {
err = PTR_ERR(clnt->fidpool);
clnt->fidpool = NULL;
goto error;
Expand Down

0 comments on commit 832b30b

Please sign in to comment.