]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 14 Aug 2019 18:19:09 +0000 (14:19 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 19 Aug 2019 12:56:04 +0000 (08:56 -0400)
commit0de68996259cbbeb2af66cb6a278c9755ff2b7bc
tree9dbaf2766c38b1b5b3e8a384919584bcdca0a6f7
parente085480d95dac83696e78755d1dda255a3cf74d5
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>
fs/nfs/pagelist.c