commit | 5bc056d8d0e3f5f896eb747d42d1e3aa8ceaf1b0 | [log] [tgz] |
---|---|---|
author | Karsten Graul <kgraul@linux.ibm.com> | Tue Feb 12 16:29:51 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 12 11:59:44 2019 -0500 |
tree | 8b56ad1be5ab1fff08aad77163c898a34aee86d7 | |
parent | 4dff63c25ebf8963065323964cf1c24e290b6ced [diff] |
net/smc: move wake up of close waiter Move the call to smc_close_wake_tx_prepared() (which wakes up a possibly waiting close processing that might wait for 'all data sent') to smc_tx_sndbuf_nonempty() (which is the main function to send data). Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>