summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_state.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2022-08-25 21:45:38 -0700
committerAndrew Morton <akpm@linux-foundation.org>2022-08-25 21:45:38 -0700
commitec6624452e36158d0813758d837f7a2263a4109d (patch)
treed87a97b450d21edc0fafcfcb1e5b13020249bd60 /net/xfrm/xfrm_state.c
parente9ac503883abbd298b77477ccf60412bc0ca742f (diff)
parent4c612826bec1441214816827979b62f84a097e91 (diff)
Merge branch 'linus'
Diffstat (limited to 'net/xfrm/xfrm_state.c')
-rw-r--r--net/xfrm/xfrm_state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c
index 52e60e607f8a..91c32a3b6924 100644
--- a/net/xfrm/xfrm_state.c
+++ b/net/xfrm/xfrm_state.c
@@ -1592,6 +1592,7 @@ static struct xfrm_state *xfrm_state_clone(struct xfrm_state *orig,
x->replay = orig->replay;
x->preplay = orig->preplay;
x->mapping_maxage = orig->mapping_maxage;
+ x->lastused = orig->lastused;
x->new_mapping = 0;
x->new_mapping_sport = 0;