netfilter: remove CONFIG_NETFILTER checks from headers.
[linux-block.git] / include / net / net_namespace.h
index cb668bc2692db22e4639fcd3e95b21ed55f00410..64bcb589a610303185b6bd722f4b659ba21ee907 100644 (file)
@@ -52,7 +52,7 @@ struct bpf_prog;
 #define NETDEV_HASHENTRIES (1 << NETDEV_HASHBITS)
 
 struct net {
-       refcount_t              passive;        /* To decided when the network
+       refcount_t              passive;        /* To decide when the network
                                                 * namespace should be freed.
                                                 */
        refcount_t              count;          /* To decided when the network
@@ -103,9 +103,6 @@ struct net {
        /* core fib_rules */
        struct list_head        rules_ops;
 
-       struct list_head        fib_notifier_ops;  /* Populated by
-                                                   * register_pernet_subsys()
-                                                   */
        struct net_device       *loopback_dev;          /* The loopback */
        struct netns_core       core;
        struct netns_mib        mib;