Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10714
b: refs/heads/master
c: 762a03e
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Oct 17, 2005
1 parent 755ef5c commit 493b955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 07d357d0cbf89d9980b1769d5444a3c70f000e00
refs/heads/master: 762a03e21ed08daa5170d9cd98e83539861e7692
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/core/ucm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 493b955

Please sign in to comment.