]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8bc3780682b557aebbdb8e2561e8fd392c5141e8
tree1561baa4ae0b43b35bb3bc4acdd2a8811c99482a
parent7dee4acfb230561efca877a25654f2a861860d83
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