From: David M. <da...@da...> - 2019-04-11 20:48:23
|
From: Jon Maloy <jon...@er...> Date: Thu, 11 Apr 2019 21:56:28 +0200 > 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...@er...> > > --- > v2: corrected format of "Fixed:" tag Applied, thanks Jon. |