Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: vhost: remove bad code line

Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Tonghao Zhang and committed by
David S. Miller
abf1a08f ac4a02c5

-1
-1
drivers/vhost/net.c
··· 562 562 if (r == tvq->num && tvq->busyloop_timeout) { 563 563 /* Flush batched packets first */ 564 564 if (!vhost_sock_zcopy(tvq->private_data)) 565 - // vhost_net_signal_used(tnvq); 566 565 vhost_tx_batch(net, tnvq, tvq->private_data, msghdr); 567 566 568 567 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false);