commit | e2e87519bd72e2a4c7796ab81b0a3edd171374ac | [log] [tgz] |
---|---|---|
author | Stefan Metzmacher <metze@samba.org> | Mon Feb 24 14:31:02 2020 -0600 |
committer | Steve French <stfrench@microsoft.com> | Sun Mar 22 22:49:09 2020 -0500 |
tree | 79f265e6ce93f03a9f25efeb4825dbb0721a6097 | |
parent | bacd704a95ad0b93af995aae4a523aa046f46563 [diff] |
cifs: call wake_up(&server->response_q) inside of cifs_reconnect() This means it's consistently called and the callers don't need to care about it. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>