diff options
author | 2015-12-02 15:19:37 -0500 | |
---|---|---|
committer | 2015-12-03 15:19:40 -0500 | |
commit | dc8d1eb305984b1182f5e85de3c3a1f8592b83af (patch) | |
tree | 612716949497835537f318a836fbd4f2490a0951 /net/unix/af_unix.c | |
parent | Merge branch 'mvneta-ethtool-autoneg' (diff) | |
download | wireguard-linux-dc8d1eb305984b1182f5e85de3c3a1f8592b83af.tar.xz wireguard-linux-dc8d1eb305984b1182f5e85de3c3a1f8592b83af.zip |
tipc: fix node reference count bug
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 counter as we
should do.
This commit fixes this bug.
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions