]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit28f221614d6c3e85bc7a9a088771975eb3bbf091
tree79f265e6ce93f03a9f25efeb4825dbb0721a6097
parent9ce6cd03f6c83fab6bc7a3bef650ac1a72dfd963
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