Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NFS: Do not report writeback errors in nfs_getattr()
[ Upstream commit d19e018 ] The result of the writeback, whether it is an ENOSPC or an EIO, or anything else, does not inhibit the NFS client from reporting the correct file timestamps. Fixes: 79566ef ("NFS: Getattr doesn't require data sync semantics") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
- Loading branch information