Home
last modified time | relevance | path

Searched hist:"4184 dcf2dbde481b34d370e1704f2b91a8c9f0d1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dfile.cdiff 4184dcf2dbde481b34d370e1704f2b91a8c9f0d1 Mon Feb 01 13:17:23 CST 2010 Chuck Lever <chuck.lever@oracle.com> NFS: Fix byte accounting for generic NFS reads

Currently, the NFS I/O counters count the number of bytes requested
by applications, rather than the number of bytes actually read by the
system calls.

The number of bytes requested for reads is actually not that useful,
because the value is usually a buffer size for reads. That is, that
requested number is usually a maximum, and frequently doesn't reflect
the actual number of bytes read.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>