|
@@ -75,8 +75,8 @@ struct l2t_data {
|
|
|
struct l2t_entry *rover; /* starting point for next allocation */
|
|
struct l2t_entry *rover; /* starting point for next allocation */
|
|
|
atomic_t nfree; /* number of free entries */
|
|
atomic_t nfree; /* number of free entries */
|
|
|
rwlock_t lock;
|
|
rwlock_t lock;
|
|
|
- struct l2t_entry l2tab[0];
|
|
|
|
|
struct rcu_head rcu_head; /* to handle rcu cleanup */
|
|
struct rcu_head rcu_head; /* to handle rcu cleanup */
|
|
|
|
|
+ struct l2t_entry l2tab[];
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
typedef void (*arp_failure_handler_func)(struct t3cdev * dev,
|
|
typedef void (*arp_failure_handler_func)(struct t3cdev * dev,
|