]> git.karo-electronics.de Git - linux-beck.git/commit
[PATCH] RPC: skip over transport-specific heads automatically
authorChuck Lever <cel@netapp.com>
Thu, 25 Aug 2005 23:25:49 +0000 (16:25 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 23 Sep 2005 16:38:33 +0000 (12:38 -0400)
commit808012fbb23a52ec59352445d2076d175ad4ab26
tree7175edb3917bc35f7f5484f567e91d7303a17663
parent262965f53defd312a294b45366ea17907b6a616b
[PATCH] RPC: skip over transport-specific heads automatically

 Add a generic mechanism for skipping over transport-specific headers
 when constructing an RPC request.  This removes another "xprt->stream"
 dependency.

 Test-plan:
 Write-intensive workload on a single mount point (try both UDP and
 TCP).

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/msg_prot.h
include/linux/sunrpc/xprt.h
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/clnt.c
net/sunrpc/xprtsock.c