diff options
author | Ka-Cheong Poon <ka-cheong.poon@oracle.com> | 2018-10-08 18:17:11 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-11 07:19:52 +0200 |
commit | 9a4890bd6d6325a1c88564a20ab310b2d56f6094 (patch) | |
tree | a376b6bb339c1c890ece381b247ba7b8f6336682 /drivers/scsi/osd | |
parent | net: make skb_partial_csum_set() more robust against overflows (diff) | |
download | linux-9a4890bd6d6325a1c88564a20ab310b2d56f6094.tar.xz linux-9a4890bd6d6325a1c88564a20ab310b2d56f6094.zip |
rds: RDS (tcp) hangs on sendto() to unresponding address
In rds_send_mprds_hash(), if the calculated hash value is non-zero and
the MPRDS connections are not yet up, it will wait. But it should not
wait if the send is non-blocking. In this case, it should just use the
base c_path for sending the message.
Signed-off-by: Ka-Cheong Poon <ka-cheong.poon@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/scsi/osd')
0 files changed, 0 insertions, 0 deletions