]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Don't clear desc->pg_moreio in nfs_do_recoalesce()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 24 Jul 2015 16:31:33 +0000 (12:31 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 27 Jul 2015 14:33:12 +0000 (10:33 -0400)
commitd4c30454db732d5a377abfc309c7a629f3bbaeb0
treebce32c3c2794f7841b112ef64c312a5bf72b77fd
parent03d5eb65b53889fe98a5ecddfe205c16e3093190
NFS: Don't clear desc->pg_moreio in nfs_do_recoalesce()

Recoalescing does not affect whether or not we've already sent off
I/O, and doing so means that we end up sending a bunch of synchronous
for cases where we actually need to be using unstable writes.

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