]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write request
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 12 Jul 2011 17:42:02 +0000 (13:42 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 15 Jul 2011 13:12:20 +0000 (09:12 -0400)
commitd097971d8ab4042eaa4bff98698ae9cc55942327
treecf8e4d1c7d7e93e7061b5adde0e589ab63345a76
parent50828d7e6767a92726708bc0666e2b8b84575808
NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write request

Instead of looking up the rsize and wsize, the routines that generate the
RPC requests should really be using the pg_bsize, since that is what we
use when deciding whether or not to coalesce write requests...

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/read.c
fs/nfs/write.c