Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40533
b: refs/heads/master
c: bcd6207
h: refs/heads/master
i:
  40531: 6aa0a18
v: v3
  • Loading branch information
James Morris authored and David S. Miller committed Oct 30, 2006
1 parent 275d6a7 commit 14a1fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a27b58fed90cc5654e2daf1d292cc5bc61be4dd7
refs/heads/master: bcd620757d3a4ae78ef0ca41adb5d9e400ed92b6
2 changes: 2 additions & 0 deletions trunk/net/ipv6/ip6_flowlabel.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,8 @@ static struct ip6_flowlabel *ip6fl_get_next(struct seq_file *seq, struct ip6_flo
while (!fl) {
if (++state->bucket <= FL_HASH_MASK)
fl = fl_ht[state->bucket];
else
break;
}
return fl;
}
Expand Down

0 comments on commit 14a1fa7

Please sign in to comment.