diff options
Diffstat (limited to 'kernel/include/net/bonding.h')
-rw-r--r-- | kernel/include/net/bonding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/net/bonding.h b/kernel/include/net/bonding.h index c1740a279..93abe5f61 100644 --- a/kernel/include/net/bonding.h +++ b/kernel/include/net/bonding.h @@ -214,6 +214,7 @@ struct bonding { * ALB mode (6) - to sync the use and modifications of its hash table */ spinlock_t mode_lock; + spinlock_t stats_lock; u8 send_peer_notif; u8 igmp_retrans; #ifdef CONFIG_PROC_FS |