aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c
diff options
context:
space:
mode:
authorTonghao Zhang <xiangxia.m.yue@gmail.com>2018-10-07 18:41:50 -0700
committerDavid S. Miller <davem@davemloft.net>2018-10-07 21:31:32 -0700
commitabf1a08ff3237a27188ff8cc2904f2cea893af55 (patch)
treef1526c31a9f6e8a6cde0fe087e2a79eb8acfc402 /drivers/vhost/net.c
parentnet: sched: pie: fix coding style issues (diff)
downloadlinux-dev-abf1a08ff3237a27188ff8cc2904f2cea893af55.tar.xz
linux-dev-abf1a08ff3237a27188ff8cc2904f2cea893af55.zip
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>
Diffstat (limited to 'drivers/vhost/net.c')
-rw-r--r--drivers/vhost/net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c
index 015abf333c62..ab11b2bee273 100644
--- a/drivers/vhost/net.c
+++ b/drivers/vhost/net.c
@@ -562,7 +562,6 @@ static int vhost_net_tx_get_vq_desc(struct vhost_net *net,
if (r == tvq->num && tvq->busyloop_timeout) {
/* Flush batched packets first */
if (!vhost_sock_zcopy(tvq->private_data))
- // vhost_net_signal_used(tnvq);
vhost_tx_batch(net, tnvq, tvq->private_data, msghdr);
vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false);