]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
r3072: Update from SourceForge DAPL: use the LMR context in calls to
authorJames Lentini <jlentini@netapp.com>
Thu, 11 Aug 2005 20:23:56 +0000 (20:23 +0000)
committerJames Lentini <jlentini@netapp.com>
Thu, 11 Aug 2005 20:23:56 +0000 (20:23 +0000)
dapls_hash_remove()
Signed-off-by: James Lentini <jlentini@netapp.com>
dapl/udapl/linux/dapl_osd.c

index a5f6d159403398c3e8b2594d8a6eae88877a584f..26c778cb4b49608ff62296fa30787a881bdff1a8 100644 (file)
@@ -463,7 +463,7 @@ void dapls_osd_fork_cleanup (void)
                    dapl_llist_peek_head ( &ia_ptr->lmr_list_head );
 
                 (void) dapls_hash_remove ( lmr_ptr->header.owner_ia->hca_ptr->lmr_hash_table, 
-                                           lmr_ptr->param.rmr_context, 
+                                           lmr_ptr->param.lmr_context, 
                                            NULL );
                 
                pz_ptr = (DAPL_PZ *) lmr_ptr->param.pz_handle;