commit | 8f54c7a4babf58bbaf849e126f7ae9664bdc9e04 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Aug 15 12:26:05 2019 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Aug 26 15:31:29 2019 -0400 |
tree | 86afff853c994e30fa86df68064eb1e8578d4126 | |
parent | 7af46292dadcf8870946916f79fdddf79bd7267f [diff] |
NFS: Fix spurious EIO read errors If the client attempts to read a page, but the read fails due to some spurious error (e.g. an ACCESS error or a timeout, ...) then we need to allow other processes to retry. Also try to report errors correctly when doing a synchronous readpage. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>