From: Tom Tucker Date: Tue, 6 May 2008 14:45:54 +0000 (-0500) Subject: svcrdma: Fix error handling during listening endpoint creation X-Git-Tag: v2.6.26-rc4~90^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e8f62137f1c55fe3d31234167660f2ce509297;p=pandora-kernel.git svcrdma: Fix error handling during listening endpoint creation A listening endpoint isn't known to the generic transport switch until the svc_create_xprt function returns without error. Calling svc_xprt_put within the xpo_create function causes the module reference count to be erroneously decremented. Signed-off-by: Tom Tucker --- Reading git-diff-tree failed