diff options
Diffstat (limited to 'net/core/flow.c')
| -rw-r--r-- | net/core/flow.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/core/flow.c b/net/core/flow.c index a0348fde1fdf..1033725be40b 100644 --- a/net/core/flow.c +++ b/net/core/flow.c @@ -379,7 +379,7 @@ done:  static void flow_cache_flush_task(struct work_struct *work)  {  	struct netns_xfrm *xfrm = container_of(work, struct netns_xfrm, -						flow_cache_gc_work); +						flow_cache_flush_work);  	struct net *net = container_of(xfrm, struct net, xfrm);  	flow_cache_flush(net); |