From: Trond Myklebust Date: Sun, 13 Jul 2014 19:13:19 +0000 (-0400) Subject: NFS: Don't reset pg_moreio in __nfs_pageio_add_request X-Git-Tag: omap-for-v3.17/fixes-against-rc2~261^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f563b89b182594f827b4100bd34f916339785a77;p=pandora-kernel.git 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 --- Reading git-diff-tree failed