From: Nikolay Aleksandrov Date: Tue, 23 Jun 2015 11:47:44 +0000 (-0700) Subject: bridge: multicast: add a comment to br_port_state_selection about blocking state X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa66382163e784acac0ce3580ed202d9a56d1ac;p=pandora-kernel.git bridge: multicast: add a comment to br_port_state_selection about blocking state Add a comment to explain why we're not disabling port's multicast when it goes in blocking state. Since there's a check in the timer's function which bypasses the timer if the port's in blocking/disabled state, the timer will simply expire and stop without sending more queries. Suggested-by: Herbert Xu Signed-off-by: Nikolay Aleksandrov Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed