commit | d9ee65539d3eabd9ade46cca1780e3309ad0f907 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Mar 06 12:47:08 2018 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Thu Mar 08 12:56:31 2018 -0500 |
tree | b7154dc68f0ab293bd5aca8728dc77ba9c5472b9 | |
parent | 1b88accf6a659c46d5c8e68912896f112bf882bb [diff] |
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>