Loading include/net/neighbour.h +0 −3 Original line number Diff line number Diff line Loading @@ -180,9 +180,6 @@ struct neigh_table __u32 hash_rnd; unsigned int hash_chain_gc; struct pneigh_entry **phash_buckets; #ifdef CONFIG_PROC_FS struct proc_dir_entry *pde; #endif }; /* flags for neigh_update() */ Loading net/core/neighbour.c +2 −3 Original line number Diff line number Diff line Loading @@ -1424,9 +1424,8 @@ void neigh_table_init_no_netlink(struct neigh_table *tbl) panic("cannot create neighbour cache statistics"); #ifdef CONFIG_PROC_FS tbl->pde = proc_create_data(tbl->id, 0, init_net.proc_net_stat, &neigh_stat_seq_fops, tbl); if (!tbl->pde) if (!proc_create_data(tbl->id, 0, init_net.proc_net_stat, &neigh_stat_seq_fops, tbl)) panic("cannot create neighbour proc dir entry"); #endif Loading Loading
include/net/neighbour.h +0 −3 Original line number Diff line number Diff line Loading @@ -180,9 +180,6 @@ struct neigh_table __u32 hash_rnd; unsigned int hash_chain_gc; struct pneigh_entry **phash_buckets; #ifdef CONFIG_PROC_FS struct proc_dir_entry *pde; #endif }; /* flags for neigh_update() */ Loading
net/core/neighbour.c +2 −3 Original line number Diff line number Diff line Loading @@ -1424,9 +1424,8 @@ void neigh_table_init_no_netlink(struct neigh_table *tbl) panic("cannot create neighbour cache statistics"); #ifdef CONFIG_PROC_FS tbl->pde = proc_create_data(tbl->id, 0, init_net.proc_net_stat, &neigh_stat_seq_fops, tbl); if (!tbl->pde) if (!proc_create_data(tbl->id, 0, init_net.proc_net_stat, &neigh_stat_seq_fops, tbl)) panic("cannot create neighbour proc dir entry"); #endif Loading