NFS: drop unused nfs_direct_req bytes_left
authorBenjamin Coddington <bcodding@redhat.com>
Fri, 17 Nov 2023 11:25:14 +0000 (06:25 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 4 Jan 2024 15:47:56 +0000 (10:47 -0500)
commit1fd5394e6ab8b11465a5d0867f188fad1835a762
treeef57a4af8452220b46300acf54c8d9fcb493fd4b
parent8a6291bf3b0eae1bf26621e6419a91682f2d6227
NFS: drop unused nfs_direct_req bytes_left

Now that we're calculating how large a remaining IO should be based
on the current request's offset, we no longer need to track bytes_left on
each struct nfs_direct_req.  Drop the field, and clean up the direct
request tracepoints.

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/direct.c
fs/nfs/internal.h
fs/nfs/nfstrace.h