]> git.baikalelectronics.ru Git - kernel.git/commit
9p: add remove function to trans_virtio
authorEric Van Hensbergen <ericvh@ericvh-desktop.(none)>
Thu, 7 Feb 2008 01:25:04 +0000 (19:25 -0600)
committerEric Van Hensbergen <ericvh@opteron.homeip.net>
Thu, 7 Feb 2008 01:25:04 +0000 (19:25 -0600)
commit17bb661e9fd04fef8099871624ed0b5e82bcc1ff
treeba28cdf9097527437086d2197e515a78d6359ff1
parente728b0f448b47500a1eae60ed21b19c566b28290
9p: add remove function to trans_virtio

Request from rusty:
Just cleaning up patches for 2.6.25 merge, and noticed that
net/9p/trans_virtio.c doesn't have a remove function.  This will crash when
removing the module (console doesn't have one because it can't really be
removed).

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