Hi Eric, 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). I'll push the latest queue in a couple of hours: the most important thing is that it's now drivers' responsibility to call (the new!) vdev->config->reset() function on shutdown. Cheers, Rusty.
On Jan 23, 2008 6:18 PM, Rusty Russell <rusty@rustcorp.com.au> wrote:> > 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). >I have some pending merge issues with the 9p trans_virtio driver in my current 2.6.25 queue. I'll try to resolve these tomorrow as well as add a remove function. -eric