Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67125
b: refs/heads/master
c: 57cb61d
h: refs/heads/master
i:
  67123: 1fa9267
v: v3
  • Loading branch information
Ralph Campbell authored and Roland Dreier committed Oct 10, 2007
1 parent f546d68 commit fbca7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9faa559c01311281f26544291322252327b65922
refs/heads/master: 57cb61d587e990d556385d367589ff61f6c2c0f2
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/multicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ static void queue_join(struct mcast_member *member)
unsigned long flags;

spin_lock_irqsave(&group->lock, flags);
list_add(&member->list, &group->pending_list);
list_add_tail(&member->list, &group->pending_list);
if (group->state == MCAST_IDLE) {
group->state = MCAST_BUSY;
atomic_inc(&group->refcount);
Expand Down

0 comments on commit fbca7ef

Please sign in to comment.