mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	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>
This commit is contained in:
		
							parent
							
								
									ac4a02c5ab
								
							
						
					
					
						commit
						abf1a08ff3
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -562,7 +562,6 @@ static int vhost_net_tx_get_vq_desc(struct vhost_net *net,
 | 
				
			||||||
	if (r == tvq->num && tvq->busyloop_timeout) {
 | 
						if (r == tvq->num && tvq->busyloop_timeout) {
 | 
				
			||||||
		/* Flush batched packets first */
 | 
							/* Flush batched packets first */
 | 
				
			||||||
		if (!vhost_sock_zcopy(tvq->private_data))
 | 
							if (!vhost_sock_zcopy(tvq->private_data))
 | 
				
			||||||
			// vhost_net_signal_used(tnvq);
 | 
					 | 
				
			||||||
			vhost_tx_batch(net, tnvq, tvq->private_data, msghdr);
 | 
								vhost_tx_batch(net, tnvq, tvq->private_data, msghdr);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false);
 | 
							vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue