commit | 96c4145599b30c0eb6cbeaa24207802452dd1872 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Sat Aug 24 10:39:00 2019 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Aug 26 15:31:29 2019 -0400 |
tree | 7eadc2c945d070256d2213ef8e7f2fde86e79d44 | |
parent | 8f54c7a4babf58bbaf849e126f7ae9664bdc9e04 [diff] |
NFS: Fix writepage(s) error handling to not report errors twice If writepage()/writepages() saw an error, but handled it without reporting it, we should not be re-reporting that error on exit. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>