aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/openvswitch/flow.c')
-rw-r--r--net/openvswitch/flow.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/openvswitch/flow.c b/net/openvswitch/flow.c
index 50ec42f170a0..2dacc7b5af23 100644
--- a/net/openvswitch/flow.c
+++ b/net/openvswitch/flow.c
@@ -100,7 +100,9 @@ void ovs_flow_stats_update(struct sw_flow *flow, __be16 tcp_flags,
100 100
101 new_stats = 101 new_stats =
102 kmem_cache_alloc_node(flow_stats_cache, 102 kmem_cache_alloc_node(flow_stats_cache,
103 GFP_THISNODE | 103 GFP_NOWAIT |
104 __GFP_THISNODE |
105 __GFP_NOWARN |
104 __GFP_NOMEMALLOC, 106 __GFP_NOMEMALLOC,
105 node); 107 node);
106 if (likely(new_stats)) { 108 if (likely(new_stats)) {