Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177095
b: refs/heads/master
c: 1c9b281
h: refs/heads/master
i:
  177093: 479ffd5
  177091: 9fcf08a
  177087: dc48cf8
v: v3
  • Loading branch information
Jason Gunthorpe authored and Roland Dreier committed Nov 19, 2009
1 parent 26a92df commit ae38870
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: 0f9ea5d2ab5cef732d5abbe62b9e9af3007bae81
refs/heads/master: 1c9b281997b5876c0c8ed62506b56db89d262b57
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/cma.c
Original file line number Diff line number Diff line change
Expand Up @@ -2687,7 +2687,7 @@ static void cma_set_mgid(struct rdma_id_private *id_priv,
if (cma_any_addr(addr)) {
memset(mgid, 0, sizeof *mgid);
} else if ((addr->sa_family == AF_INET6) &&
((be32_to_cpu(sin6->sin6_addr.s6_addr32[0]) & 0xFF10A01B) ==
((be32_to_cpu(sin6->sin6_addr.s6_addr32[0]) & 0xFFF0FFFF) ==
0xFF10A01B)) {
/* IPv6 address is an SA assigned MGID. */
memcpy(mgid, &sin6->sin6_addr, sizeof *mgid);
Expand Down

0 comments on commit ae38870

Please sign in to comment.