You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rds_ib_exits() should free the rds_ib_inet_socket kernel socket
RDS RDMA module allcoates a kernel socket during initialization
but never frees the socket. This patch deallcoates the scoket
during rds_ib_exit()
Orabug: 27884217
Reviewed-by: Avinash Repaka <[email protected]>
Signed-off-by: Sudhakar Dindukurti <[email protected]>
Signed-off-by: Somasundaram Krishnasamy <[email protected]>
0 commit comments