]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:34:05 +0000 (09:34 +0100)
commit363d67103f202b4be9f2bb44751fb025fc1be99a
treee77413cc22a81559c78d06a8af47961c5d01ed1a
parente49a6d569d7c4d4c20271cf90463383c0e627bc3
cifs: introduce cifs_io_parms in smb2_async_writev()

commit d643a8a446fc46c06837d08a056f69da2ff16025 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/smb2pdu.c