Loading net/9p/client.c +2 −1 Original line number Diff line number Diff line Loading @@ -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)) Loading Loading
net/9p/client.c +2 −1 Original line number Diff line number Diff line Loading @@ -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)) Loading