]> git.baikalelectronics.ru Git - kernel.git/commit
9p: transport API reorganization
authorEric Van Hensbergen <ericvh@opteron.homeip.net>
Thu, 7 Feb 2008 01:25:03 +0000 (19:25 -0600)
committerEric Van Hensbergen <ericvh@opteron.homeip.net>
Thu, 7 Feb 2008 01:25:03 +0000 (19:25 -0600)
commitc22c261d9134bceb64e1f7cd88341eaa01dc8997
tree3275903539244acd76c716662c324833aa419377
parent17bb661e9fd04fef8099871624ed0b5e82bcc1ff
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>
fs/9p/v9fs.c
fs/9p/v9fs.h
include/net/9p/client.h
include/net/9p/conn.h [deleted file]
include/net/9p/transport.h
net/9p/Makefile
net/9p/client.c
net/9p/mod.c
net/9p/mux.c [deleted file]
net/9p/trans_fd.c
net/9p/trans_virtio.c