NFS: Fix an incorrect type in struct nfs_direct_req
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 6 Mar 2018 17:47:08 +0000 (12:47 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 8 Mar 2018 17:56:31 +0000 (12:56 -0500)
commitd9ee65539d3eabd9ade46cca1780e3309ad0f907
treeb7154dc68f0ab293bd5aca8728dc77ba9c5472b9
parent1b88accf6a659c46d5c8e68912896f112bf882bb
NFS: Fix an incorrect type in struct nfs_direct_req

The start offset needs to be of type loff_t.

Fixed: 5fadeb47dcc5c ("nfs: count DIO good bytes correctly with mirroring")
Cc: stable@vger.kernel.org # v4.0+
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/direct.c