bridge: rename struct bridge_mcast_query/querier
authorLinus Lüssing <linus.luessing@web.de>
Sat, 7 Jun 2014 16:26:26 +0000 (18:26 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Jun 2014 06:50:46 +0000 (23:50 -0700)
commit90010b36ebbedc6c3b7f09d384fecc5f18d77031
treed7078d569c543cdb1d2d0a00078774207857b729
parentc4d4c255d85310dc720c5535c164ca0f6d5b3b81
bridge: rename struct bridge_mcast_query/querier

The current naming of these two structs is very random, in that
reversing their naming would not make any semantical difference.

This patch tries to make the naming less confusing by giving them a more
specific, distinguishable naming.

This is also useful for the upcoming patches reintroducing the
"struct bridge_mcast_querier" but for storing information about the
selected querier (no matter if our own or a foreign querier).

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_mdb.c
net/bridge/br_multicast.c
net/bridge/br_private.h