Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170750
b: refs/heads/master
c: f04c827
h: refs/heads/master
v: v3
  • Loading branch information
Krishna Kumar authored and David S. Miller committed Oct 21, 2009
1 parent 80bcd4b commit 9ffd133
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: e022f0b4a03f4fff9323b509df023b8af635716e
refs/heads/master: f04c8276248d3dd3e15a9a72f9711ba5e4069049
3 changes: 1 addition & 2 deletions trunk/net/ipv6/inet6_connection_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ struct dst_entry *__inet6_csk_dst_check(struct sock *sk, u32 cookie)
if (dst) {
struct rt6_info *rt = (struct rt6_info *)dst;
if (rt->rt6i_flow_cache_genid != atomic_read(&flow_cache_genid)) {
sk->sk_dst_cache = NULL;
dst_release(dst);
__sk_dst_reset(sk);
dst = NULL;
}
}
Expand Down

0 comments on commit 9ffd133

Please sign in to comment.