]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP
authorRonnie Sahlberg <lsahlber@redhat.com>
Mon, 6 May 2019 00:00:02 +0000 (10:00 +1000)
committerSteve French <stfrench@microsoft.com>
Wed, 8 May 2019 04:24:55 +0000 (23:24 -0500)
commit2707cae92f3be4034f0d2664f0299b0814b30617
tree2fb6728475227c50711880f1a95107a4f91e0384
parent0288b51be2a9165a811deb7ffb7a7a61227b05e4
cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP

The flags were named confusingly.
CIFS_ASYNC_OP now just means that we will not block waiting for credits
to become available so we thus rename this to be CIFS_NON_BLOCKING.

Change CIFS_NO_RESP to CIFS_NO_RSP_BUF to clarify that we will actually get a
response from the server but we will not get/do not want a response buffer.

Delete CIFSSMBNotify. This is an SMB1 function that is not used.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/cifsglob.h
fs/cifs/cifssmb.c
fs/cifs/smb2pdu.c
fs/cifs/transport.c