Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201785
b: refs/heads/master
c: 69d4b44
h: refs/heads/master
i:
  201783: 2cf1591
v: v3
  • Loading branch information
Aneesh Kumar K.V authored and Eric Van Hensbergen committed Aug 2, 2010
1 parent 52260fd commit e086011
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7751bdb3a095ad32dd4fcff3443cf8dd4cb1e748
refs/heads/master: 69d4b4436b54c1a850d475697fda5ca117b09a5e
3 changes: 2 additions & 1 deletion trunk/net/9p/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,8 @@ static int p9_check_errors(struct p9_client *c, struct p9_req_t *req)
return err;
}

if (p9_is_proto_dotu(c))
if (p9_is_proto_dotu(c) ||
p9_is_proto_dotl(c))
err = -ecode;

if (!err || !IS_ERR_VALUE(err))
Expand Down

0 comments on commit e086011

Please sign in to comment.