commit | 3382605fd8db1ed1fb03f3f1529490133fe3ab08 | [log] [tgz] |
---|---|---|
author | Jon Maloy <jon.maloy@ericsson.com> | Sat Oct 07 14:32:49 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 08 21:13:23 2017 -0700 |
tree | 269b5e1d26c30551de4363b6826ed7bacbd46d84 | |
parent | 3d0241d57c7b25bb75ac9d7a62753642264fdbce [diff] |
tipc: correct initialization of skb list 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: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>