cifs: add SMB2_open() arg to return POSIX data
authorAurelien Aptel <aaptel@suse.com>
Mon, 2 Mar 2020 16:53:22 +0000 (17:53 +0100)
committerSteve French <stfrench@microsoft.com>
Mon, 23 Mar 2020 03:49:09 +0000 (22:49 -0500)
commit69dda3059e7a4dbe02b05a38b4a066919da38a45
tree1561baa4ae0b43b35bb3bc4acdd2a8811c99482a
parent3d519bd1269f1f439db818e04252022ecffdef51
cifs: add SMB2_open() arg to return POSIX data

allows SMB2_open() callers to pass down a POSIX data buffer that will
trigger requesting POSIX create context and parsing the response into
the provided buffer.

Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
fs/cifs/link.c
fs/cifs/smb2file.c
fs/cifs/smb2ops.c
fs/cifs/smb2pdu.c
fs/cifs/smb2pdu.h
fs/cifs/smb2proto.h