]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Don't write back further requests if there is a pending write error
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 25 Apr 2017 16:06:00 +0000 (12:06 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 25 Apr 2017 19:42:34 +0000 (15:42 -0400)
commit378ef841200d78b41231458ecc4add7aa4c85ddd
treef2de00c1be50ef80302c8c745ef4b69cfc40b170
parent4f924c4b740995535c651242868428aa517f4d9b
NFS: Don't write back further requests if there is a pending write error

If the server has already returned a fatal write error that the user
has not yet received on this file, then don't write back the other pages.
Instead, act as if they have been sent, and have returned with the same
error.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/write.c