summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_llc.h
diff options
context:
space:
mode:
authorKarsten Graul <kgraul@linux.ibm.com>2020-04-30 15:55:51 +0200
committerDavid S. Miller <davem@davemloft.net>2020-04-30 12:44:34 -0700
commit41a211d862242439c9cdb2481946bb0928760541 (patch)
treee3355154944f612ed43807c9872ee4eb2d6ae4b3 /net/smc/smc_llc.h
parent42d18acce9e29b61f5dbfc5118d7c72093e703a1 (diff)
downloadlinux-41a211d862242439c9cdb2481946bb0928760541.tar.gz
linux-41a211d862242439c9cdb2481946bb0928760541.tar.bz2
linux-41a211d862242439c9cdb2481946bb0928760541.zip
net/smc: remove obsolete link state DELETING
The connection layer in af_smc.c is now using the new LLC flow framework, which made the link state DELETING obsolete. Remove the state and the respective helpers. 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>
Diffstat (limited to 'net/smc/smc_llc.h')
-rw-r--r--net/smc/smc_llc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/smc/smc_llc.h b/net/smc/smc_llc.h
index e9f23affece6..48029a5e14c3 100644
--- a/net/smc/smc_llc.h
+++ b/net/smc/smc_llc.h
@@ -57,7 +57,6 @@ void smc_llc_lgr_init(struct smc_link_group *lgr, struct smc_sock *smc);
void smc_llc_lgr_clear(struct smc_link_group *lgr);
int smc_llc_link_init(struct smc_link *link);
void smc_llc_link_active(struct smc_link *link);
-void smc_llc_link_deleting(struct smc_link *link);
void smc_llc_link_clear(struct smc_link *link);
int smc_llc_do_confirm_rkey(struct smc_link *send_link,
struct smc_buf_desc *rmb_desc);