Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327240
b: refs/heads/master
c: 898132a
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Eric W. Biederman committed Aug 16, 2012
1 parent 5f38bfc commit 0e96213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 0625c883bc4b3eba6f93f268cf67b5664244c0fe
refs/heads/master: 898132ae76d1aeb52301f10e8795c34fbb54e853
7 changes: 2 additions & 5 deletions trunk/net/ipv6/ip6_flowlabel.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,9 @@ static struct ip6_flowlabel *fl_lookup(struct net *net, __be32 label)

static void fl_free(struct ip6_flowlabel *fl)
{
switch (fl->share) {
case IPV6_FL_S_PROCESS:
put_pid(fl->owner.pid);
break;
}
if (fl) {
if (fl->share == IPV6_FL_S_PROCESS)
put_pid(fl->owner.pid);
release_net(fl->fl_net);
kfree(fl->opt);
}
Expand Down

0 comments on commit 0e96213

Please sign in to comment.