|
@@ -712,7 +712,7 @@ lnet_ptl_attach_md(lnet_me_t *me, lnet_libmd_t *md,
|
|
|
lnet_ptl_unlock(ptl);
|
|
|
}
|
|
|
|
|
|
-void
|
|
|
+static void
|
|
|
lnet_ptl_cleanup(struct lnet_portal *ptl)
|
|
|
{
|
|
|
struct lnet_match_table *mtable;
|
|
@@ -750,7 +750,7 @@ lnet_ptl_cleanup(struct lnet_portal *ptl)
|
|
|
ptl->ptl_mtables = NULL;
|
|
|
}
|
|
|
|
|
|
-int
|
|
|
+static int
|
|
|
lnet_ptl_setup(struct lnet_portal *ptl, int index)
|
|
|
{
|
|
|
struct lnet_match_table *mtable;
|