]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit857d4bde2f7d00f511af4c25fd52175d82dc2149
treed7078d569c543cdb1d2d0a00078774207857b729
parent081b19280fb0b03dbc04deaa83286ef77cfb7a49
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