commit | 1063e432bb45be209427ed3f1ca3908e4aa3c7d7 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Tue Mar 20 07:59:13 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 22 11:52:30 2018 -0400 |
tree | 16317564c334a8756881395816e18ee000602557 | |
parent | 6be687395b3124f002a653c1a50b3260222b3cd7 [diff] |
s390/qeth: when thread completes, wake up all waiters qeth_wait_for_threads() is potentially called by multiple users, make sure to notify all of them after qeth_clear_thread_running_bit() adjusted the thread_running_mask. With no timeout, callers would otherwise stall. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>