net/smc: Eliminate struct smc_ism_position
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 25 Jul 2022 14:09:57 +0000 (16:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jul 2022 12:24:42 +0000 (13:24 +0100)
commiteb481b02bd182a96e22070895bf887277b82150f
tree4df50abfbef5f6291341a02f4ed784df1c5ea12a
parent2f0f6b176e083b08667b22d52eaf56d8403ff6f4
net/smc: Eliminate struct smc_ism_position

This struct is used in a single place only, and its usage generates
inefficient code. Time to clean up!

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Reviewed-and-tested-by: Stefan Raspl <raspl@linux.ibm.com>
Signed-off-by: Wenjia Zhang < wenjia@linux.ibm.com>
Reviewed-by: Tony Lu <tonylu@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_ism.c
net/smc/smc_ism.h
net/smc/smc_tx.c