Re: [PATCH net-next 1/1] tipc: fix node reference count bug

2015-12-03 Thread David Miller
From: Jon Maloy Date: Wed, 2 Dec 2015 15:19:37 -0500 > Commit 5405ff6e15f40f2f ("tipc: convert node lock to rwlock") > introduced a bug to the node reference counter handling. When a > message is successfully sent in the function tipc_node_xmit(), > we return directly

[PATCH net-next 1/1] tipc: fix node reference count bug

2015-12-02 Thread Jon Maloy
Commit 5405ff6e15f40f2f ("tipc: convert node lock to rwlock") introduced a bug to the node reference counter handling. When a message is successfully sent in the function tipc_node_xmit(), we return directly after releasing the node lock, instead of continuing and decrementing the node reference