commit | 145686baab68e9c7594fe9269f47da479c25ad79 | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.vnet.ibm.com> | Wed Oct 25 11:01:44 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 26 18:00:29 2017 +0900 |
tree | 438905204deb710665b659996433dbebbea3f10a | |
parent | 3fc27b71b894f5e2ad611297d5817b6092c96626 [diff] |
smc: fix mutex unlocks during link group creation Link group creation is synchronized with the smc_create_lgr_pending lock. In smc_listen_work() this mutex is sometimes unlocked, even though it has not been locked before. This issue will surface in presence of the SMC rendezvous code. Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>