OSDN Git Service

net/smc: always call the POLL_IN part of sk_wake_async
authorUrsula Braun <ubraun@linux.vnet.ibm.com>
Mon, 10 Apr 2017 12:58:00 +0000 (14:58 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Apr 2017 03:01:14 +0000 (23:01 -0400)
commit90e9517ed9615f9fb23fbef7d279f81e6c5c08b2
treeb70ab7f4566eb2ef17fd14d628f91baac4d8e82e
parent90cacb2ea60c37b9a413a2d7dcb244c3d397c060
net/smc: always call the POLL_IN part of sk_wake_async

Wake up reading file descriptors for a closing socket as well, otherwise
some socket applications may stall.

Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Reviewed-by: Thomas Richter <tmricht@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_rx.c