cifs: Replace the writedata replay bool with a netfs sreq flag
authorDavid Howells <dhowells@redhat.com>
Mon, 5 Feb 2024 09:08:57 +0000 (09:08 +0000)
committerDavid Howells <dhowells@redhat.com>
Wed, 1 May 2024 17:08:19 +0000 (18:08 +0100)
commitdc5939de82f149633d6ec1c403003538442ec9ef
tree12b933217d1068be5a5acf8fe64f88771d717bd0
parent56257334e8e0075515aedc44044a5585dcf7f465
cifs: Replace the writedata replay bool with a netfs sreq flag

Replace the 'replay' bool in cifs_writedata (now cifs_io_subrequest) with a
flag in the netfs_io_subrequest flags.

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/file.c
fs/smb/client/smb2pdu.c