From: sleybo Date: Tue, 2 Jan 2007 16:21:03 +0000 (+0000) Subject: [IBAL] bug fix: decrement ioc ref count when query return X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=094ea354f8b657220597bbcd051fe05d8719e82e;p=~shefty%2Frdma-win.git [IBAL] bug fix: decrement ioc ref count when query return git-svn-id: svn://openib.tc.cornell.edu/gen1@570 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/trunk/core/al/kernel/al_ioc_pnp.c b/trunk/core/al/kernel/al_ioc_pnp.c index 0f438bde..6046923d 100644 --- a/trunk/core/al/kernel/al_ioc_pnp.c +++ b/trunk/core/al/kernel/al_ioc_pnp.c @@ -2151,7 +2151,7 @@ __svc_entry_resp( /* Update the number of entries received so far. */ p_ioc->num_valid_entries += (hi - lo) + 1; - + cl_atomic_dec(&p_ioc->ref_cnt); AL_EXIT( AL_DBG_PNP ); }