Prev: [PATCH 6/6] staging: hv: Gracefully handle SCSI resets
Next: [PATCH 1/6] staging: hv: Fixed bounce kmap problem by using correct index
From: Hank Janssen on 3 Aug 2010 13:40 From: Hank Janssen <hjanssen(a)microsoft.com> Removed TODO for VMBUS, it mirrors HYPER-V behaviour to closely and does not really share any usable functionality of the Linux kernel facilities. There is not really an easy way to combine functionality. Signed-off-by:Hank Janssen <hjanssen(a)microsoft.com> Signed-off-by:Haiyang Zhang <haiyangz(a)microsoft.com> --- drivers/staging/hv/TODO | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/TODO b/drivers/staging/hv/TODO index 66a89c8..8ca2947 100644 --- a/drivers/staging/hv/TODO +++ b/drivers/staging/hv/TODO @@ -4,8 +4,6 @@ TODO: driver model - convert vmbus driver interface function pointer tables to constant, a.k.a vmbus_ops - - see if the vmbus can be merged with the other virtual busses - in the kernel - audit the network driver - checking for carrier inside open is wrong, network device API confusion?? -- 1.6.0.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |