Re: [PATCH net-next v2 2/3] inet_connection_sock: factor out destroy helper.

2020-05-15 Thread Mat Martineau
On Fri, 15 May 2020, Paolo Abeni wrote: Move the steps to prepare an inet_connection_sock for forced disposal inside a separate helper. No functional changes inteded, this will just simplify the next patch. Signed-off-by: Paolo Abeni Reviewed-by: Christoph Paasch --- include/net/inet_connec

[PATCH net-next v2 2/3] inet_connection_sock: factor out destroy helper.

2020-05-15 Thread Paolo Abeni
Move the steps to prepare an inet_connection_sock for forced disposal inside a separate helper. No functional changes inteded, this will just simplify the next patch. Signed-off-by: Paolo Abeni Reviewed-by: Christoph Paasch --- include/net/inet_connection_sock.h | 8 net/ipv4/inet_conn