svcrdma: Fix error handling during listening endpoint creation
authorTom Tucker <tom@opengridcomputing.com>
Tue, 6 May 2008 14:45:54 +0000 (09:45 -0500)
committerTom Tucker <tom@opengridcomputing.com>
Mon, 19 May 2008 12:33:48 +0000 (07:33 -0500)
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 <tom@opengridcomputing.com>

No differences found