SUNRPC: mark bulk read/write data in xdrbuf
author\"Talpey, Thomas\ <Thomas.Talpey@netapp.com>
Mon, 10 Sep 2007 17:44:58 +0000 (13:44 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:17:34 +0000 (17:17 -0400)
commit4f22ccc3460ef65e9899ec271d36fc4ef795c68d
tree613a7a135cd11e5254362e41ab2b05f707901c19
parent20c71f5e0f954b00d75009542db2c1f844d94a1e
SUNRPC: mark bulk read/write data in xdrbuf

Adds a flag word to the xdrbuf struct which indicates any bulk
disposition of the data. This enables RPC transport providers to
marshal it efficiently/appropriately, and may enable other
optimizations.

Signed-off-by: Tom Talpey <tmt@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs2xdr.c
fs/nfs/nfs3xdr.c
fs/nfs/nfs4xdr.c
include/linux/sunrpc/xdr.h
net/sunrpc/clnt.c