]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/openvswitch/flow.c
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / net / openvswitch / flow.c
index 0ea128eeeab2f835221b2068b1098a81fe1d731d..619f1d710eac0d9f9aab37d5d2340f91fa92b639 100644 (file)
@@ -71,7 +71,7 @@ void ovs_flow_stats_update(struct sw_flow *flow, __be16 tcp_flags,
                           const struct sk_buff *skb)
 {
        struct flow_stats *stats;
-       int node = numa_node_id();
+       int node = numa_mem_id();
        int len = skb->len + (skb_vlan_tag_present(skb) ? VLAN_HLEN : 0);
 
        stats = rcu_dereference(flow->stats[node]);