rds: tcp: initialize t_tcp_detached to false
authorSowmini Varadhan <sowmini.varadhan@oracle.com>
Fri, 22 Dec 2017 17:39:00 +0000 (09:39 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Dec 2017 18:37:27 +0000 (13:37 -0500)
commitb319109396d6ddf1587a54e33f89fd3bea7c66db
treea0a0e5c2935fa86d50709e0f3a2afce50c3d4860
parent7ae0c649c47f1c5d2db8cee6dd75855970af1669
rds: tcp: initialize t_tcp_detached to false

Commit f10b4cff98c6 ("rds: tcp: atomically purge entries from
rds_tcp_conn_list during netns delete") adds the field t_tcp_detached,
but this needs to be initialized explicitly to false.

Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/tcp.c