Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314579
b: refs/heads/master
c: efc27f8
h: refs/heads/master
i:
  314577: 293ee87
  314575: d4f6418
v: v3
  • Loading branch information
Vijay Subramanian authored and David S. Miller committed Jun 25, 2012
1 parent 3392614 commit febb9c0
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: e486463e82e4dca9e8f4413649088b21c9ff87e5
refs/heads/master: efc27f8ceebe5eb147fa31d6c995706d327ad855
2 changes: 1 addition & 1 deletion trunk/include/net/sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,7 @@ static inline void sk_change_net(struct sock *sk, struct net *net)

static inline struct sock *skb_steal_sock(struct sk_buff *skb)
{
if (unlikely(skb->sk)) {
if (skb->sk) {
struct sock *sk = skb->sk;

skb->destructor = NULL;
Expand Down

0 comments on commit febb9c0

Please sign in to comment.