commit | cf4f5530bb55ef7d5a91036b26676643b80b1616 | [log] [tgz] |
---|---|---|
author | Wen Gu <guwen@linux.alibaba.com> | Mon Nov 15 17:45:07 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 15 14:42:24 2021 +0000 |
tree | 2f0b4def1efc452c8e88cd31eab40a3d9f42b7b4 | |
parent | 938cca9e4109b30ee1d476904538225a825e54eb [diff] |
net/smc: Make sure the link_id is unique The link_id is supposed to be unique, but smcr_next_link_id() doesn't skip the used link_id as expected. So the patch fixes this. Fixes: 026c381fb477 ("net/smc: introduce link_idx for link group array") Signed-off-by: Wen Gu <guwen@linux.alibaba.com> Reviewed-by: Tony Lu <tonylu@linux.alibaba.com> Acked-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>