-
- Downloads
9p: transport API reorganization
This merges the mux.c (including the connection interface) with trans_fd
in preparation for transport API changes. Ultimately, trans_fd will need
to be rewritten to clean it up and simplify the implementation, but this
reorganization is viewed as the first step.
Signed-off-by:
Eric Van Hensbergen <ericvh@gmail.com>
Showing
- fs/9p/v9fs.c 11 additions, 40 deletionsfs/9p/v9fs.c
- fs/9p/v9fs.h 2 additions, 3 deletionsfs/9p/v9fs.h
- include/net/9p/client.h 3 additions, 2 deletionsinclude/net/9p/client.h
- include/net/9p/conn.h 0 additions, 57 deletionsinclude/net/9p/conn.h
- include/net/9p/transport.h 5 additions, 6 deletionsinclude/net/9p/transport.h
- net/9p/Makefile 0 additions, 1 deletionnet/9p/Makefile
- net/9p/client.c 94 additions, 21 deletionsnet/9p/client.c
- net/9p/mod.c 2 additions, 7 deletionsnet/9p/mod.c
- net/9p/mux.c 0 additions, 1060 deletionsnet/9p/mux.c
- net/9p/trans_fd.c 1081 additions, 22 deletionsnet/9p/trans_fd.c
- net/9p/trans_virtio.c 10 additions, 34 deletionsnet/9p/trans_virtio.c
Loading
Please register or sign in to comment