]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 14 Mar 2023 15:47:19 +0000 (16:47 +0100)
commitd99429fa51cd9dc1e781678743bd181d678ad8e9
tree2eed35317a4865cba18a08e90900aa5ffd9d3f18
parent8355b5697ec6a8bf13f836aa8c3fbdc099f05085
cifs: introduce cifs_io_parms in smb2_async_writev()

BugLink: https://bugs.launchpad.net/bugs/2011425
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>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
fs/cifs/smb2pdu.c