|
@@ -9282,7 +9282,7 @@ static struct hlist_head * __net_init netdev_create_hash(void)
|
|
static int __net_init netdev_init(struct net *net)
|
|
static int __net_init netdev_init(struct net *net)
|
|
{
|
|
{
|
|
BUILD_BUG_ON(GRO_HASH_BUCKETS >
|
|
BUILD_BUG_ON(GRO_HASH_BUCKETS >
|
|
- FIELD_SIZEOF(struct napi_struct, gro_bitmask));
|
|
|
|
|
|
+ 8 * FIELD_SIZEOF(struct napi_struct, gro_bitmask));
|
|
|
|
|
|
if (net != &init_net)
|
|
if (net != &init_net)
|
|
INIT_LIST_HEAD(&net->dev_base_head);
|
|
INIT_LIST_HEAD(&net->dev_base_head);
|