]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/bridge/netfilter/ebtables.c
[NETFILTER]: Fix/improve deadlock condition on module removal netfilter
[net-next-2.6.git] / net / bridge / netfilter / ebtables.c
index 4169a2a89a39ff11c86c3e99b87558526e441ddb..6018d0e51938c772863331a134baa05559d02ab0 100644 (file)
@@ -1513,6 +1513,7 @@ static struct nf_sockopt_ops ebt_sockopts =
        .get_optmin     = EBT_BASE_CTL,
        .get_optmax     = EBT_SO_GET_MAX + 1,
        .get            = do_ebt_get_ctl,
+       .owner          = THIS_MODULE,
 };
 
 static int __init ebtables_init(void)