cifs: Add "extbuf" and "extbuflen" args to smb2_compound_op()
authorVolker Lendecke <vl@samba.org>
Fri, 25 Nov 2022 11:26:00 +0000 (12:26 +0100)
committerSteve French <stfrench@microsoft.com>
Thu, 8 Dec 2022 15:51:53 +0000 (09:51 -0600)
commit83fb8abec29383eb0cf35495d21669e38548771b
tree1f56ac3196e9469ce94e2e5e9ec548e291363489
parent0bf588274f73b29d7058042a6b7cc2b764502cc1
cifs: Add "extbuf" and "extbuflen" args to smb2_compound_op()

Will carry the variable-sized reply from SMB_FIND_FILE_POSIX_INFO

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2inode.c