]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8cecd47b4e17bd3a3526bbe80fc488ff27b49d4e
treea0a0e5c2935fa86d50709e0f3a2afce50c3d4860
parent387c60f83162919de2c9a03b2eba605014ff8b3b
rds: tcp: initialize t_tcp_detached to false

Commit e97b73bb81cc ("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