mirror of https://gitee.com/openkylin/linux.git
staging: hv: remove commented out code from netvsc_drv.c
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
b1956a81af
commit
ca06a22a41
|
@ -156,9 +156,6 @@ static int netvsc_start_xmit(struct sk_buff *skb, struct net_device *net)
|
|||
/* Setup the rndis header */
|
||||
packet->page_buf_cnt = num_pages;
|
||||
|
||||
/* TODO: Flush all write buffers/ memory fence ??? */
|
||||
/* wmb(); */
|
||||
|
||||
/* Initialize it from the skb */
|
||||
packet->total_data_buflen = skb->len;
|
||||
|
||||
|
|
Loading…
Reference in New Issue