]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net/smc: move llc layer related init and clear into smc_llc.c
authorKarsten Graul <kgraul@linux.ibm.com>
Wed, 29 Apr 2020 15:10:49 +0000 (17:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Apr 2020 19:26:33 +0000 (12:26 -0700)
commit00a049cfde95931c6832edad19d9a4be441cacf5
tree14c4ed6a62514ce6d462372f22f1a81a3b5385e1
parentfaca536008375bece23783e7382b5d0356c13ba5
net/smc: move llc layer related init and clear into smc_llc.c

Introduce smc_llc_lgr_init() and smc_llc_lgr_clear() to implement all
llc layer specific initialization and cleanup in module smc_llc.c.

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Reviewed-by: Ursula Braun <ubraun@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
net/smc/smc_llc.c
net/smc/smc_llc.h