openvswitch: rename ->sync to ->syncp
[pandora-kernel.git] / net / openvswitch / datapath.h
index 6be9fbb..0531738 100644 (file)
@@ -55,7 +55,7 @@ struct dp_stats_percpu {
        u64 n_missed;
        u64 n_lost;
        u64 n_mask_hit;
-       struct u64_stats_sync sync;
+       struct u64_stats_sync syncp;
 };
 
 /**