NFS: Ensure we immediately start writeback on rescheduled writes
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 5 Jul 2018 01:01:16 +0000 (21:01 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 26 Jul 2018 20:25:25 +0000 (16:25 -0400)
commit7be7b3ca16a59b8335ef2877f4696cf74f646d20
treef84d064764e4646753ff1c7684244857662f6490
parentbd3d16a887b0c19a2a20d35ffed499e3a3637feb
NFS: Ensure we immediately start writeback on rescheduled writes

If the writes are being rescheduled due to a pNFS error, then we really
want to immediately start a new flush. The O_DIRECT code already does
this, so we only need to worry about buffered writes.

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