]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: Slightly optimize 'find_portno()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 14 Nov 2021 19:02:35 +0000 (20:02 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Nov 2021 14:07:06 +0000 (14:07 +0000)
commit47d95f289c07773b12e946055cac8942b31cb704
treef93536bfcdeaaa445d144fddca21ad7f53ac28d4
parent6a04b8ae3af088151a841199e26f3d3b153174f6
net: bridge: Slightly optimize 'find_portno()'

The 'inuse' bitmap is local to this function. So we can use the
non-atomic '__set_bit()' to save a few cycles.

While at it, also remove some useless {}.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_if.c