9p: apply common request code to trans_fd
Apply the now common p9_req_t structure to the fd transport. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
This commit is contained in:
@ -247,10 +247,7 @@ p9_virtio_rpc(struct p9_client *c, struct p9_fcall *tc, struct p9_fcall **rc)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (n != P9_NOTAG && p9_idpool_check(n, c->tagpool))
|
||||
p9_idpool_put(n, c->tagpool);
|
||||
|
||||
req->status = REQ_STATUS_IDLE;
|
||||
p9_free_req(c, req);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user