commit | 8fc002b01a4e3ecc223201c304e3f2217899aff6 | [log] [tgz] |
---|---|---|
author | Karsten Graul <kgraul@linux.ibm.com> | Thu Feb 07 15:56:19 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 07 18:06:19 2019 -0800 |
tree | 6ca7233a58e3af5bd8382184e2586d54886e054e | |
parent | 72a36a8aecb520f8af6529476dae16f7b6a3d87e [diff] |
net/smc: move code to clear the conn->lgr field The lgr field of an smc_connection is set in smc_conn_create() and should be cleared in smc_conn_free() for consistency reasons, so move the responsible code. Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>