datapath: Update for changes in 2.6.39-rc1
[openvswitch] / datapath / loop_counter.c
index fbfbdcfa319f88c452369b5a924d26cdbd2e931c..491305d97e5f93090e2c50fb997e12a58d347321 100644 (file)
@@ -20,7 +20,7 @@ void loop_suppress(struct datapath *dp, struct sw_flow_actions *actions)
        if (net_ratelimit())
                pr_warn("%s: flow looped %d times, dropping\n",
                        dp_name(dp), MAX_LOOPS);
-       actions->n_actions = 0;
+       actions->actions_len = 0;
 }
 
 #ifndef CONFIG_PREEMPT_RT