Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255584
b: refs/heads/master
c: c63d6ea
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Jun 17, 2011
1 parent 1f4a29d commit e2b5f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 59deab26c1974b29b7f501e0ace0673d5acadae1
refs/heads/master: c63d6ea3060d9e10773e869b1112e3a0efbcf820
3 changes: 1 addition & 2 deletions trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@ static int netlink_dump(struct sock *sk)

skb = sock_rmalloc(sk, alloc_size, 0, GFP_KERNEL);
if (!skb)
goto errout;
goto errout_skb;

len = cb->dump(skb, cb);

Expand Down Expand Up @@ -1716,7 +1716,6 @@ static int netlink_dump(struct sock *sk)
errout_skb:
mutex_unlock(nlk->cb_mutex);
kfree_skb(skb);
errout:
return err;
}

Expand Down

0 comments on commit e2b5f1b

Please sign in to comment.