From 493b955e99a72986b72449bc10e28063fb672b79 Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Mon, 17 Oct 2005 15:38:50 -0700 Subject: [PATCH] --- yaml --- r: 10714 b: refs/heads/master c: 762a03e21ed08daa5170d9cd98e83539861e7692 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/infiniband/core/ucm.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b755b89cfc08..dc1e9843c372 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 07d357d0cbf89d9980b1769d5444a3c70f000e00 +refs/heads/master: 762a03e21ed08daa5170d9cd98e83539861e7692 diff --git a/trunk/drivers/infiniband/core/ucm.c b/trunk/drivers/infiniband/core/ucm.c index d208ea29e07a..02ca642089bd 100644 --- a/trunk/drivers/infiniband/core/ucm.c +++ b/trunk/drivers/infiniband/core/ucm.c @@ -113,8 +113,8 @@ static struct ib_client ucm_client = { .remove = ib_ucm_remove_one }; -DECLARE_MUTEX(ctx_id_mutex); -DEFINE_IDR(ctx_id_table); +static DECLARE_MUTEX(ctx_id_mutex); +static DEFINE_IDR(ctx_id_table); static DECLARE_BITMAP(dev_map, IB_UCM_MAX_DEVICES); static struct ib_ucm_context *ib_ucm_ctx_get(struct ib_ucm_file *file, int id)