commit | 17d8c5d145000070c581f2a8aa01edc7998582ab | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Aug 14 14:19:09 2019 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Aug 19 08:56:04 2019 -0400 |
tree | 9dbaf2766c38b1b5b3e8a384919584bcdca0a6f7 | |
parent | eb2c50da9e256dbbb3ff27694440e4c1900cfef8 [diff] |
NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup Initialise the result count to 0 rather than initialising it to the argument count. The reason is that we want to ensure we record the I/O stats correctly in the case where an error is returned (for instance in the layoutstats). Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>