From: Chuck Lever Date: Thu, 25 Aug 2005 23:25:53 +0000 (-0700) Subject: [PATCH] RPC: add a release_rqst callout to the RPC transport switch X-Git-Tag: v2.6.15-rc1~733^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58dd398f5db4f73d5c581069fd70a4304cc4f0a;p=pandora-kernel.git [PATCH] RPC: add a release_rqst callout to the RPC transport switch The final place where congestion control state is adjusted is in xprt_release, where each request is finally released. Add a callout there to allow transports to perform additional processing when a request is about to be released. Test-plan: Use WAN simulation to cause sporadic bursty packet loss. Look for significant regression in performance or client stability. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed