diff options
| author | Andrew Morton <akpm@linux-foundation.org> | 2022-08-25 21:45:38 -0700 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2022-08-25 21:45:38 -0700 |
| commit | ec6624452e36158d0813758d837f7a2263a4109d (patch) | |
| tree | d87a97b450d21edc0fafcfcb1e5b13020249bd60 /net/xfrm/xfrm_state.c | |
| parent | e9ac503883abbd298b77477ccf60412bc0ca742f (diff) | |
| parent | 4c612826bec1441214816827979b62f84a097e91 (diff) | |
Merge branch 'linus'
Diffstat (limited to 'net/xfrm/xfrm_state.c')
| -rw-r--r-- | net/xfrm/xfrm_state.c | 1 |
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; |
