]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/9p: remove virtio default hack and set appropriate bits instead
authorEric Van Hensbergen <ericvh@gmail.com>
Tue, 12 Nov 2013 16:20:03 +0000 (10:20 -0600)
committerEric Van Hensbergen <ericvh@gmail.com>
Sat, 23 Nov 2013 22:13:36 +0000 (16:13 -0600)
commitf94741fd2832e7abc30fbf6dc13ed627c1fcc01a
treee40c58a53f78e0f3699ffb6cbafa2e5bc5200f3e
parentdd2a0a35c3121a88af3c2228a0bc497b5e4a7f56
net/9p: remove virtio default hack and set appropriate bits instead

A few releases back a patch made virtio the default transport, however
it was done in a way which side-stepped the mechanism put in place to
allow for this selection.  This patch cleans that up while maintaining
virtio as the default transport.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/client.c
net/9p/trans_fd.c
net/9p/trans_virtio.c