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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Mar 2018 09:54:27 +0000 (10:54 +0100)
commit2bca2c58d83bd8eb38ff2c125d15eaceb8a36d54
tree3cd9c4d8e598d801ca23811c124a5dacda8fcf13
parent29060ff7c1ed11f387d0ab843f3e21a105785f3d
NFS: Fix an incorrect type in struct nfs_direct_req

commit d9ee65539d3eabd9ade46cca1780e3309ad0f907 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/direct.c