diff --git a/net/smc/smc.h b/net/smc/smc.h index 2c9084963739..1b20f0c927d3 100644 --- a/net/smc/smc.h +++ b/net/smc/smc.h @@ -285,7 +285,7 @@ struct smc_connection {  struct smc_sock {                              /* smc sock container */         union {                 struct sock             sk; -               struct inet_sock        icsk_inet; +               struct inet_connection_sock     inet_conn;         };         struct socket           *clcsock;       /* internal tcp socket */         void                    (*clcsk_state_change)(struct sock *sk);