From: Chuck Lever Date: Thu, 11 Aug 2005 20:25:50 +0000 (-0400) Subject: [PATCH] RPC: separate TCP and UDP write space callbacks X-Git-Tag: v2.6.15-rc1~733^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7b2cae8a634015b72941ba2fc6c4bc9b8d3a129;p=pandora-kernel.git [PATCH] RPC: separate TCP and UDP write space callbacks Split the socket write space callback function into a TCP version and UDP version, eliminating one dependence on the "xprt->stream" variable. Keep the common pieces of this path in xprt.c so other transports can use it too. Test-plan: Write-intensive workload on a single mount point. Version: Thu, 11 Aug 2005 16:07:51 -0400 Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed