]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: use helper smc_conn_abort() in listen processing
authorKarsten Graul <kgraul@linux.ibm.com>
Tue, 1 Dec 2020 19:20:36 +0000 (20:20 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 2 Dec 2020 01:56:12 +0000 (17:56 -0800)
commit481494e27d973532b66d362ff0028024228e83c6
tree2d22ee7723aed7cf1a7ff0bcdec5a13512b3dec0
parentca846a6f83ed0597ab3c6ba0f463eeefd6fc209a
net/smc: use helper smc_conn_abort() in listen processing

The helper smc_connect_abort() can be used by the listen processing
functions, too. And rename this helper to smc_conn_abort() to make the
purpose clearer.
No functional change.

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/smc/af_smc.c