cifs: call wake_up(&server->response_q) inside of cifs_reconnect()
authorStefan Metzmacher <metze@samba.org>
Mon, 24 Feb 2020 20:31:02 +0000 (14:31 -0600)
committerSteve French <stfrench@microsoft.com>
Mon, 23 Mar 2020 03:49:09 +0000 (22:49 -0500)
commite2e87519bd72e2a4c7796ab81b0a3edd171374ac
tree79f265e6ce93f03a9f25efeb4825dbb0721a6097
parentbacd704a95ad0b93af995aae4a523aa046f46563
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>
fs/cifs/cifssmb.c
fs/cifs/connect.c
fs/cifs/smb2ops.c