]> git.baikalelectronics.ru Git - kernel.git/commit
smb3: remove unused flag passed into close functions
authorSteve French <stfrench@microsoft.com>
Mon, 2 Dec 2019 23:55:41 +0000 (17:55 -0600)
committerSteve French <stfrench@microsoft.com>
Tue, 3 Dec 2019 00:07:17 +0000 (18:07 -0600)
commit7d33f0470fd1e199211613acd23342d94bf1a399
tree53d14d6aacae49ad7117b98e82f8029acda0487a
parentde9d317e29783c6e82cbb94e0843f05cbb0a7243
smb3: remove unused flag passed into close functions

close was relayered to allow passing in an async flag which
is no longer needed in this path.  Remove the unneeded parameter
"flags" passed in on close.

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