From: Tom Tucker Date: Wed, 23 Apr 2008 21:49:54 +0000 (-0500) Subject: svcrdma: Simplify receive buffer posting X-Git-Tag: v2.6.26-rc4~90^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e7f011a19696cc25d68a8d6631fc6c5aa60a54c;p=pandora-kernel.git svcrdma: Simplify receive buffer posting The svcrdma transport provider currently allocates receive buffers to the RQ through the xpo_release_rqst method. This approach is overly complicated since it means that the rqstp rq_xprt_ctxt has to be selectively set based on whether the RPC is going to be processed immediately or deferred. Instead, just post the receive buffer when we are certain that we are replying in the send_reply function. Signed-off-by: Tom Tucker --- Reading git-diff-tree failed