diff options
author | Scott Mayhew | 2020-08-01 07:10:38 -0400 |
---|---|---|
committer | Trond Myklebust | 2020-08-01 15:37:48 -0400 |
commit | 67dd23f9e6fbaf163431912ef5599c5e0693476c (patch) | |
tree | 38c5b336d3c1ccddc3348a030423ab243d580501 /scripts | |
parent | 048c397aa88b8c6ebbcce8b5c480ae53773f14b9 (diff) |
nfs: ensure correct writeback errors are returned on close()
nfs_wb_all() calls filemap_write_and_wait(), which uses
filemap_check_errors() to determine the error to return.
filemap_check_errors() only looks at the mapping->flags and will
therefore only return either -ENOSPC or -EIO. To ensure that the
correct error is returned on close(), nfs{,4}_file_flush() should call
filemap_check_wb_err() which looks at the errseq value in
mapping->wb_err without consuming it.
Fixes: 6fbda89b257f ("NFS: Replace custom error reporting mechanism with
generic one")
Signed-off-by: Scott Mayhew <smayhew@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions