Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tuntap: remove unnecessary sk_receive_queue length check during xmit
After commit 1576d98 ("tun: switch to use skb array for tx"), sk_receive_queue was not used any more. So remove the uncessary sk_receive_queue length check during xmit. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information