]> asedeno.scripts.mit.edu Git - linux.git/commit
NFS: Don't interrupt file writeout due to fatal errors
authorTrond Myklebust <trondmy@gmail.com>
Sun, 7 Apr 2019 17:59:02 +0000 (13:59 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 25 Apr 2019 18:18:14 +0000 (14:18 -0400)
commit14bebe3c90b326d2a0df78aed5e9de090c71d878
tree8334eeff8fb57a91a64a0453c62766e252135b45
parent91a575e1a98451d12df713f267a9a210a9e5dcf9
NFS: Don't interrupt file writeout due to fatal errors

When flushing out dirty pages, the fact that we may hit fatal errors
is not a reason to stop writeback. Those errors are reported through
fsync(), not through the flush mechanism.

Fixes: a6598813a4c5b ("NFS: Don't write back further requests if there...")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/write.c