commit | 06c9fdf3b9f1acc6e53753c99c54c39764cc979f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Aug 14 15:42:43 2019 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Aug 19 08:56:04 2019 -0400 |
tree | 6a9b577deac17c334a1513034ccd56d7bd03bdbc | |
parent | 17d8c5d145000070c581f2a8aa01edc7998582ab [diff] |
NFS: On fatal writeback errors, we need to call nfs_inode_remove_request() If the writeback error is fatal, we need to remove the tracking structures (i.e. the nfs_page) from the inode. Fixes: 6fbda89b257f ("NFS: Replace custom error reporting mechanism...") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>