]> git.ipfire.org Git - thirdparty/linux.git/commit - fs/cifs/smb2pdu.c
cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount options
authorShirish Pargaonkar <shirishpargaonkar@gmail.com>
Fri, 23 Jun 2017 03:51:31 +0000 (22:51 -0500)
committerSteve French <smfrench@gmail.com>
Thu, 6 Jul 2017 00:51:04 +0000 (19:51 -0500)
commit42c493c16f0d8d88e081560cc6375a683807c5ea
treef4bbaeb1c225f9dc4e44668a45d196c190fb3bd2
parentd38de3c6156b97e4900a345124d06b6ead2d6bee
cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount options

Add definition and declaration of function to get cifs acls when
mounting with smb version 2 onwards to 3.

Extend/Alter query info function to allocate and return
security descriptors within the response.

Not yet handling the error case when the size of security descriptors
in response to query exceeds SMB2_MAX_BUFFER_SIZE.

Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/smb2pdu.c
fs/cifs/smb2proto.h