commit | f563b89b182594f827b4100bd34f916339785a77 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Jul 13 15:13:19 2014 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Jul 13 15:18:44 2014 -0400 |
tree | cb8b6cc7f2d4605abcabadb85b003614b5761f65 | |
parent | aafe37504c70954fc104c88d9d15d553572dae69 [diff] |
NFS: Don't reset pg_moreio in __nfs_pageio_add_request Once we've started sending unstable NFS writes, we do not want to clear pg_moreio, or we may end up sending the very last request as a stable write if the commit lists are still empty. Do, however, reset pg_moreio in the case where we end up having to recoalesce the write if an attempt to use pNFS failed. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>