]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/netfilter/arp_tables.c
[NETFILTER]: Fix/improve deadlock condition on module removal netfilter
[net-next-2.6.git] / net / ipv4 / netfilter / arp_tables.c
index d1149aba93515abf2a7d2f7629a16b8999e78788..29114a9ccd1d2e047b5d1fa1bfa3b9cf0e0a444f 100644 (file)
@@ -1161,6 +1161,7 @@ static struct nf_sockopt_ops arpt_sockopts = {
        .get_optmin     = ARPT_BASE_CTL,
        .get_optmax     = ARPT_SO_GET_MAX+1,
        .get            = do_arpt_get_ctl,
+       .owner          = THIS_MODULE,
 };
 
 static int __init arp_tables_init(void)