commit | 2312bf61ae365fdd6b9bfb24558a417859759447 | [log] [tgz] |
---|---|---|
author | Jon Paul Maloy <jon.maloy@ericsson.com> | Thu Nov 19 14:30:43 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 20 14:06:10 2015 -0500 |
tree | 182ac3a58a25951a475c3bc88a32b0e82662201e | |
parent | 1d7e1c2595bd20c5274a8e49d89cf0cf483759de [diff] |
tipc: introduce per-link spinlock As a preparation to allow parallel links to work more independently from each other we introduce a per-link spinlock, to be stored in the struct nodes's link entry area. Since the node lock still is a regular spinlock there is no increase in parallellism at this stage. Reviewed-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>