kernel/net/hsr/hsr_framereg.h
.. .. @@ -69,6 +69,8 @@ 69 69 70 70 struct hsr_node { 71 71 struct list_head mac_list; 72 + /* Protect R/W access to seq_out */73 + spinlock_t seq_out_lock;72 74 unsigned char macaddress_A[ETH_ALEN]; 73 75 unsigned char macaddress_B[ETH_ALEN]; 74 76 /* Local slave through which AddrB frames are received from this node */