diff options
author | Marek Lindner <lindner_marek@yahoo.de> | 2012-03-17 15:28:32 +0800 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-05-13 19:06:39 +0200 |
commit | e3b0d0dea6e044283dff1c0852b20c98eb41a7f1 (patch) | |
tree | f8eb34fdf9bdda7e286889305bc7e0047df241d0 /net/batman-adv/types.h | |
parent | 3275e7cc84fb0574e9662e8e74c3b1dab38f7143 (diff) |
batman-adv: prepare lq_update_lock to be shared among different protocols
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'net/batman-adv/types.h')
-rw-r--r-- | net/batman-adv/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h index 66a3750aa9e..61308e8016f 100644 --- a/net/batman-adv/types.h +++ b/net/batman-adv/types.h @@ -137,7 +137,7 @@ struct neigh_node { struct rcu_head rcu; struct orig_node *orig_node; struct hard_iface *if_incoming; - spinlock_t tq_lock; /* protects: tq_recv, tq_index */ + spinlock_t lq_update_lock; /* protects: tq_recv, tq_index */ }; #ifdef CONFIG_BATMAN_ADV_BLA |