Searched hist:"74 b2553f1d13e60fb27063204bd5b6908a6f8494" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/virtio/ |
H A D | virtio.c | diff 74b2553f1d13e60fb27063204bd5b6908a6f8494 Mon Nov 19 10:20:42 CST 2007 Rusty Russell <rusty@rustcorp.com.au> virtio: fix module/device unloading
The virtio code never hooked through the ->remove callback. Although noone supports device removal at the moment, this code is already needed for module unloading.
This of course also revealed bugs in virtio_blk, virtio_net and lguest unloading paths.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
/openbmc/linux/drivers/block/ |
H A D | virtio_blk.c | diff 74b2553f1d13e60fb27063204bd5b6908a6f8494 Mon Nov 19 10:20:42 CST 2007 Rusty Russell <rusty@rustcorp.com.au> virtio: fix module/device unloading
The virtio code never hooked through the ->remove callback. Although noone supports device removal at the moment, this code is already needed for module unloading.
This of course also revealed bugs in virtio_blk, virtio_net and lguest unloading paths.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
/openbmc/linux/drivers/net/ |
H A D | virtio_net.c | diff 74b2553f1d13e60fb27063204bd5b6908a6f8494 Mon Nov 19 10:20:42 CST 2007 Rusty Russell <rusty@rustcorp.com.au> virtio: fix module/device unloading
The virtio code never hooked through the ->remove callback. Although noone supports device removal at the moment, this code is already needed for module unloading.
This of course also revealed bugs in virtio_blk, virtio_net and lguest unloading paths.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|