diff options
author | David Howells <dhowells@redhat.com> | 2023-10-06 17:55:20 +0200 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2024-05-01 19:08:19 +0200 |
commit | ab58fbdeebc7f9fe8b9bc202660eae3a10e5e678 (patch) | |
tree | 74b2a09cb92c7681054b1d8eea8a0cef34f76d74 /fs/smb/client/cifsglob.h | |
parent | cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest (diff) | |
download | linux-ab58fbdeebc7f9fe8b9bc202660eae3a10e5e678.tar.xz linux-ab58fbdeebc7f9fe8b9bc202660eae3a10e5e678.zip |
cifs: Use more fields from netfs_io_subrequest
Use more fields from netfs_io_subrequest instead of those incorporated into
cifs_io_subrequest from cifs_readdata and cifs_writedata.
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
Diffstat (limited to 'fs/smb/client/cifsglob.h')
-rw-r--r-- | fs/smb/client/cifsglob.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/smb/client/cifsglob.h b/fs/smb/client/cifsglob.h index 7c07cf8cc29d..5100aa047ed6 100644 --- a/fs/smb/client/cifsglob.h +++ b/fs/smb/client/cifsglob.h @@ -1515,9 +1515,6 @@ struct cifs_io_subrequest { struct list_head list; struct completion done; struct work_struct work; - struct iov_iter iter; - __u64 offset; - unsigned int bytes; }; /* |