Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214478
b: refs/heads/master
c: 49d61e2
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Sep 9, 2010
1 parent b29cfd4 commit da7ec40
Show file tree
Hide file tree
Showing 3 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: f39234d60617d37818b30991e6794643ce220296
refs/heads/master: 49d61e2390c92bd226fc395a6165eb5a65ae4de6
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tunnel4.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family)
}

handler->next = *pprev;
*pprev = handler;
rcu_assign_pointer(*pprev, handler);

ret = 0;

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv6/tunnel6.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ int xfrm6_tunnel_register(struct xfrm6_tunnel *handler, unsigned short family)
}

handler->next = *pprev;
*pprev = handler;
rcu_assign_pointer(*pprev, handler);

ret = 0;

Expand Down

0 comments on commit da7ec40

Please sign in to comment.