Jon Maloy 909620ff72 tipc: use standard write_lock & unlock functions when creating node
In the function tipc_node_create() we protect the peer capability field
by using the node rw_lock. However, we access the lock directly instead
of using the dedicated functions for this, as we do everywhere else in
node.c. This cosmetic spot is fixed here.

Fixes: 40999f11ce67 ("tipc: make link capability update thread safe")
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-11 13:42:35 -07:00
..
2018-03-23 13:12:18 -04:00
2019-04-04 17:34:11 -07:00
2019-03-21 09:56:55 -07:00
2018-12-19 11:49:24 -08:00
2018-08-29 18:04:54 -07:00
2018-12-19 11:49:24 -08:00
2018-12-19 11:49:24 -08:00
2018-07-21 16:23:22 -07:00
2016-07-26 14:26:42 -07:00
2019-03-21 09:56:55 -07:00
2018-12-19 11:49:25 -08:00