Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 811ed92e authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: writepage of a single page should not be synchronous



It is almost always better to wait for more so that we can issue a
bulk commit.

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 6b56a898
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -625,7 +625,7 @@ static int nfs_writepage_locked(struct page *page,
	int err;

	nfs_inc_stats(inode, NFSIOS_VFSWRITEPAGE);
	nfs_pageio_init_write(&pgio, inode, wb_priority(wbc),
	nfs_pageio_init_write(&pgio, inode, 0,
				false, &nfs_async_write_completion_ops);
	err = nfs_do_writepage(page, wbc, &pgio, launder);
	nfs_pageio_complete(&pgio);