commit | a80d923e1321a7ed69a0918de37e39871bb536a0 | [log] [tgz] |
---|---|---|
author | Eric Van Hensbergen <ericvh@opteron.(none)> | Wed Oct 17 14:31:07 2007 -0500 |
committer | Eric Van Hensbergen <ericvh@ericvh-desktop.austin.ibm.com> | Wed Oct 17 14:31:07 2007 -0500 |
tree | 8294e5f14a0e938ae4675ef912a32fbade0f832b | |
parent | 0eafaae84e21ac033815cc9f33c3ae889cd7ccfe [diff] |
9p: Make transports dynamic This patch abstracts out the interfaces to underlying transports so that new transports can be added as modules. This should also allow kernel configuration of transports without ifdef-hell. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>