Aurelien Aptel <aaptel@xxxxxxxx> writes: > 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@xxxxxxxx> > --- > fs/cifs/link.c | 4 ++-- > fs/cifs/smb2file.c | 2 +- > fs/cifs/smb2ops.c | 23 ++++++++++++++-------- > fs/cifs/smb2pdu.c | 55 +++++++++++++++++++++++++++++++++++++---------------- > fs/cifs/smb2pdu.h | 12 +++++------- > fs/cifs/smb2proto.h | 5 ++++- > 6 files changed, 66 insertions(+), 35 deletions(-) Reviewed-by: Paulo Alcantara (SUSE) <pc@xxxxxx>