net/smc: Correct smc link connection counter in case of smc client
authorGuvenc Gulce <guvenc@linux.ibm.com>
Mon, 9 Aug 2021 09:05:57 +0000 (11:05 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Aug 2021 09:46:59 +0000 (10:46 +0100)
commit64513d269e8971aabb7e787955a1b320e3031306
tree3cc6fe63386e7c658b0ec68e9b3dc58c520bbda9
parent8f3d65c166797746455553f4eaf74a5f89f996d4
net/smc: Correct smc link connection counter in case of smc client

SMC clients may be assigned to a different link after the initial
connection between two peers was established. In such a case,
the connection counter was not correctly set.

Update the connection counter correctly when a smc client connection
is assigned to a different smc link.

Fixes: 07d51580ff65 ("net/smc: Add connection counters for links")
Signed-off-by: Guvenc Gulce <guvenc@linux.ibm.com>
Tested-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/af_smc.c
net/smc/smc_core.c
net/smc/smc_core.h