cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
authorDavid Howells <dhowells@redhat.com>
Fri, 6 Oct 2023 15:27:41 +0000 (16:27 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 1 May 2024 17:08:18 +0000 (18:08 +0100)
commita975a2f22cdce7ec0c678ce8d73d2f6616cb281c
tree3b02ac92f4d23f207405fc4870ec46576811e116
parent753b67eb630db34e36ec4ae1e86c75e243ea4fc9
cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest

Replace the cifs_writedata struct with the same wrapper around
netfs_io_subrequest that was used to replace cifs_readdata.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Steve French <sfrench@samba.org>
cc: Shyam Prasad N <nspmangalore@gmail.com>
cc: Rohith Surabattula <rohiths.msft@gmail.com>
cc: Jeff Layton <jlayton@kernel.org>
cc: linux-cifs@vger.kernel.org
cc: netfs@lists.linux.dev
cc: linux-fsdevel@vger.kernel.org
cc: linux-mm@kvack.org
fs/smb/client/cifsglob.h
fs/smb/client/cifsproto.h
fs/smb/client/cifssmb.c
fs/smb/client/file.c
fs/smb/client/smb2pdu.c
fs/smb/client/smb2proto.h