From: David M. <da...@da...> - 2019-04-11 18:36:33
|
From: Jon Maloy <jon...@er...> Date: Thu, 11 Apr 2019 20:27:08 +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...> Hello Jon, please format Fixes: tags as follows: Fixes: SHA_ID_12DIGITS ("Commit header line text") Thank you. |