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>
---
net/ipv6/route.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
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>
---
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>
---
Looks good to me,thanks rongqing :)
An explicit "Acked-by: " is more useful to us than simply saying
it looks good.
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>