]> git.baikalelectronics.ru Git - kernel.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)
commita6f10d7f9db9c9adc5c2b9d2183771ae89c86002
treebce32c3c2794f7841b112ef64c312a5bf72b77fd
parent258d62d34e278d064e9e4c76d198760e0117457a
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