]> Git Repo - linux.git/commit - net/tipc/node.c
tipc: context imbalance at node read unlock
authorParthasarathy Bhuvaragan <[email protected]>
Thu, 24 Aug 2017 14:31:24 +0000 (16:31 +0200)
committerDavid S. Miller <[email protected]>
Fri, 25 Aug 2017 04:54:34 +0000 (21:54 -0700)
commit991ca84daa001193066554fa49f3a934746317d6
treef245d40d37905357178c4251a136f8ed7f9bb2d4
parent60d1d93664a0bb3d5af722ed38c57ee165a45bf7
tipc: context imbalance at node read unlock

If we fail to find a valid bearer in tipc_node_get_linkname(),
node_read_unlock() is called without holding the node read lock.

This commit fixes this error.

Signed-off-by: Parthasarathy Bhuvaragan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/tipc/node.c
This page took 0.05324 seconds and 4 git commands to generate.