Signed-off-by: Ben Pfaff <b...@ovn.org>
---
 datapath/actions.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/datapath/actions.c b/datapath/actions.c
index 0d6375f..9dccf47 100644
--- a/datapath/actions.c
+++ b/datapath/actions.c
@@ -68,7 +68,9 @@ struct ovs_frag_data {
        u8 l2_data[MAX_L2_LEN];
 };
 
+#if LINUX_VERSION_CODE > KERNEL_VERSION(3,9,0)
 static DEFINE_PER_CPU(struct ovs_frag_data, ovs_frag_data_storage);
+#endif
 
 #define DEFERRED_ACTION_FIFO_SIZE 10
 struct action_fifo {
-- 
2.1.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to