Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41363
b: refs/heads/master
c: f469b26
h: refs/heads/master
i:
  41361: 1d69d4b
  41359: a0e8c27
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Roland Dreier committed Nov 29, 2006
1 parent a6a50de commit 7adc1f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1444b5a163e81138754cab27c4fa1637b5a2239
refs/heads/master: f469b2626f48829c06e40ac799c1edf62b12048e
2 changes: 2 additions & 0 deletions trunk/drivers/infiniband/core/ucm.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,14 @@ static void ib_ucm_cleanup_events(struct ib_ucm_context *ctx)
struct ib_ucm_event, ctx_list);
list_del(&uevent->file_list);
list_del(&uevent->ctx_list);
mutex_unlock(&ctx->file->file_mutex);

/* clear incoming connections. */
if (ib_ucm_new_cm_id(uevent->resp.event))
ib_destroy_cm_id(uevent->cm_id);

kfree(uevent);
mutex_lock(&ctx->file->file_mutex);
}
mutex_unlock(&ctx->file->file_mutex);
}
Expand Down

0 comments on commit 7adc1f9

Please sign in to comment.