Re: [net 1/1] tipc: correct initialization of skb list

2017-10-08 Thread David Miller
From: Jon Maloy Date: Sat, 7 Oct 2017 14:32:49 +0200 > We change the initialization of the skb transmit buffer queues > in the functions tipc_bcast_xmit() and tipc_rcast_xmit() to also > initialize their spinlocks. This is needed because we may, during > error conditions, need to call skb_queue_p

[net 1/1] tipc: correct initialization of skb list

2017-10-07 Thread Jon Maloy
We change the initialization of the skb transmit buffer queues in the functions tipc_bcast_xmit() and tipc_rcast_xmit() to also initialize their spinlocks. This is needed because we may, during error conditions, need to call skb_queue_purge() on those queues further down the stack. Signed-off-by: