Skip to content

Commit 29d3fad

Browse files
ggouaillardethjelmn
authored andcommitted
rcache/grdma: silence a warning
1 parent 2d8ed8a commit 29d3fad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

opal/mca/rcache/grdma/rcache_grdma_module.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* Copyright (c) 2011-2016 Los Alamos National Security, LLC. All rights
1818
* reserved.
1919
* Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
20+
* Copyright (c) 2016 Research Organization for Information Science
21+
* and Technology (RIST). All rights reserved.
2022
*
2123
* $COPYRIGHT$
2224
*
@@ -518,7 +520,7 @@ static void mca_rcache_grdma_finalize (mca_rcache_base_module_t *rcache)
518520
rcache_grdma->stat_evicted);
519521
}
520522

521-
do_unregistration_gc (rcache_grdma);
523+
do_unregistration_gc (&rcache_grdma->super);
522524

523525
(void) mca_rcache_base_vma_iterate (rcache_grdma->cache->vma_module, NULL, (size_t) -1,
524526
iterate_dereg_finalize, (void *) rcache);

0 commit comments

Comments
 (0)