cifs: introduce cifs_io_parms in smb2_async_writev()
authorStefan Metzmacher <metze@samba.org>
Wed, 1 Feb 2023 15:21:39 +0000 (16:21 +0100)
committerSteve French <stfrench@microsoft.com>
Mon, 20 Feb 2023 17:48:48 +0000 (11:48 -0600)
commitd643a8a446fc46c06837d08a056f69da2ff16025
tree913ff793e8c5e80352b7046087914fe5ae524abc
parent89542781737a783d94ace958548caa0651bfbc5e
cifs: introduce cifs_io_parms in smb2_async_writev()

This will simplify the following changes and makes it easy to get
in passed in from the caller in future.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
Cc: Long Li <longli@microsoft.com>
Cc: Namjae Jeon <linkinjeon@kernel.org>
Cc: David Howells <dhowells@redhat.com>
Cc: linux-cifs@vger.kernel.org
Cc: stable@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2pdu.c