Re: [PATCH net-next] tuntap: remove unnecessary sk_receive_queue length check during xmit

2016-11-24 Thread David Miller
From: Jason Wang Date: Wed, 23 Nov 2016 10:26:49 +0800 > After commit 1576d9860599 ("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

Re: [PATCH net-next] tuntap: remove unnecessary sk_receive_queue length check during xmit

2016-11-24 Thread David Miller
From: Jason Wang Date: Wed, 23 Nov 2016 10:26:49 +0800 > After commit 1576d9860599 ("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 Good catch, applied, thanks

[PATCH net-next] tuntap: remove unnecessary sk_receive_queue length check during xmit

2016-11-22 Thread Jason Wang
After commit 1576d9860599 ("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 --- drivers/net/tun.c | 7 --- 1 file changed, 7 deletions(-) diff

[PATCH net-next] tuntap: remove unnecessary sk_receive_queue length check during xmit

2016-11-22 Thread Jason Wang
After commit 1576d9860599 ("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 --- drivers/net/tun.c | 7 --- 1 file changed, 7 deletions(-) diff --git