Re: [PATCH net-next] ipv6: recursive check rt->dst.from when call rt6_check_expired
From: Gao feng <hidden> Date: 2012-09-19 08:22:22
于 2012年09月14日 13:54, roy.qing.li@gmail.com 写道:
From: Li RongQing <redacted>
If dst cache dst_a copies from dst_b, and dst_b copies from dst_c, check
if dst_a is expired or not, we should not end with dst_a->dst.from, dst_b,
we should check dst_c.
CC: Gao feng <redacted>
Signed-off-by: Li RongQing <redacted>
---