提交 562ada61 编写于 作者: E Eric Van Hensbergen

net/9p: fix virtio transport to correctly update status on connect

The 9p virtio transport was not updating its connection status correctly
preventing it from being able to mount the server.
Signed-off-by: NEric Van Hensbergen <ericvh@gmail.com>
上级 08c4f1b0
......@@ -311,6 +311,7 @@ p9_virtio_create(struct p9_client *client, const char *devname, char *args)
}
client->trans = (void *)chan;
client->status = Connected;
chan->client = client;
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册