]> asedeno.scripts.mit.edu Git - linux.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)
commit9e8fae2597405ab1deac8909928eb8e99876f639
tree53d14d6aacae49ad7117b98e82f8029acda0487a
parenta9f76cf82719aea0f41bfcae57e17ffec39743d0
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