]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: no close wait in case of process shut down
authorUrsula Braun <ubraun@linux.vnet.ibm.com>
Thu, 21 Sep 2017 07:16:34 +0000 (09:16 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 22:31:03 +0000 (15:31 -0700)
commitea2b3a7511dd004a4d49d07fd5011086aa3b711b
treecca710d1f7b98e04529f9181521eb6ed0c413e43
parentabc4be27fe6f7f29ccdf556741b2ae9833d51e40
net/smc: no close wait in case of process shut down

Usually socket closing is delayed if there is still data available in
the send buffer to be transmitted. If a process is killed, the delay
should be avoided.

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