commit | 58e8f62137f1c55fe3d31234167660f2ce509297 | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Tue May 06 09:45:54 2008 -0500 |
committer | Tom Tucker <tom@opengridcomputing.com> | Mon May 19 07:33:48 2008 -0500 |
tree | 44f5b8731574db63d76f2c7bd4122d37c1cba540 | |
parent | 5ac461a6f05499fa233ea43b1de80b679d1eec21 [diff] |
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 <tom@opengridcomputing.com>