Skip to content
Commit 40f90271 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Fix up page writeback accounting



Currently, we are crediting all the calls to nfs_writepages_callback()
(i.e. the nfs_writepages() callback) to nfs_writepage(). Aside from
being inconsistent with the behaviour of the equivalent readpage/readpages
accounting, this also means that we cannot distinguish between bulk writes
and single page writebacks (which confuses the 'nfsiostat -p' tool).

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 5634347d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment