9p: block-based virtio client
This replaces the console-based virto client with a block-based client using a single request queue. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
This commit is contained in:

committed by
Eric Van Hensbergen

parent
043aba403e
commit
e2735b7720
@@ -40,7 +40,7 @@ struct p9_trans {
|
||||
void (*close) (struct p9_trans *);
|
||||
unsigned int (*poll)(struct p9_trans *, struct poll_table_struct *);
|
||||
int (*rpc) (struct p9_trans *t, struct p9_fcall *tc,
|
||||
struct p9_fcall **rc);
|
||||
struct p9_fcall **rc, int msize, int dotu);
|
||||
};
|
||||
|
||||
struct p9_trans_module {
|
||||
|
Reference in New Issue
Block a user