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
Showing
- fs/smb/client/cifsglob.h 6 additions, 26 deletionsfs/smb/client/cifsglob.h
- fs/smb/client/cifsproto.h 12 additions, 4 deletionsfs/smb/client/cifsproto.h
- fs/smb/client/cifssmb.c 4 additions, 5 deletionsfs/smb/client/cifssmb.c
- fs/smb/client/file.c 32 additions, 47 deletionsfs/smb/client/file.c
- fs/smb/client/smb2pdu.c 4 additions, 5 deletionsfs/smb/client/smb2pdu.c
- fs/smb/client/smb2proto.h 1 addition, 2 deletionsfs/smb/client/smb2proto.h
Loading
Please register or sign in to comment