Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[firefly-linux-kernel-4.4.55.git] / include / net / garp.h
index f4c295984c455782aa9c5512cdc15a3621874937..834d8add9e5fd51112f08cde966e0044604049cb 100644 (file)
@@ -104,10 +104,12 @@ struct garp_applicant {
        struct sk_buff_head     queue;
        struct sk_buff          *pdu;
        struct rb_root          gid;
+       struct rcu_head         rcu;
 };
 
 struct garp_port {
        struct garp_applicant __rcu     *applicants[GARP_APPLICATION_MAX + 1];
+       struct rcu_head                 rcu;
 };
 
 extern int     garp_register_application(struct garp_application *app);