diff options
Diffstat (limited to 'net/xfrm/xfrm_state.c')
-rw-r--r-- | net/xfrm/xfrm_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c index ed25eb81aabe..3edbf4b26116 100644 --- a/net/xfrm/xfrm_state.c +++ b/net/xfrm/xfrm_state.c | |||
@@ -2340,7 +2340,7 @@ void xfrm_state_fini(struct net *net) | |||
2340 | 2340 | ||
2341 | flush_work(&net->xfrm.state_hash_work); | 2341 | flush_work(&net->xfrm.state_hash_work); |
2342 | flush_work(&xfrm_state_gc_work); | 2342 | flush_work(&xfrm_state_gc_work); |
2343 | xfrm_state_flush(net, IPSEC_PROTO_ANY, false, true); | 2343 | xfrm_state_flush(net, 0, false, true); |
2344 | 2344 | ||
2345 | WARN_ON(!list_empty(&net->xfrm.state_all)); | 2345 | WARN_ON(!list_empty(&net->xfrm.state_all)); |
2346 | 2346 | ||