Merge tag 'vfio-v5.13-rc1pt2' of git://github.com/awilliam/linux-vfio
[linux-2.6-microblaze.git] / net / packet / internal.h
index 5f61e59..48af35b 100644 (file)
@@ -94,7 +94,7 @@ struct packet_fanout {
        spinlock_t              lock;
        refcount_t              sk_ref;
        struct packet_type      prot_hook ____cacheline_aligned_in_smp;
-       struct sock             *arr[];
+       struct sock     __rcu   *arr[];
 };
 
 struct packet_rollover {