commit | 6c567b78c8a7da26e5e6f5bd458882ad9967233a | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Wed Sep 04 00:19:38 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 04 14:53:20 2013 -0400 |
tree | 6ccfa732ecd88e37568f9e1a18d655bef440027b | |
parent | 89225d1ce6af3916bf32aecbe9d83f571a098588 [diff] |
net: ipv6: mld: clean up MLD_V1_SEEN macro Replace the macro with a function to make it more readable. GCC will eventually decide whether to inline this or not (also, that's not fast-path anyway). Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Cc: Hannes Frederic Sowa <hannes@stressinduktion.org> Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>