commit | 29e63fffd666f1945756882d4b02bc7bec132101 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Tue Oct 29 13:45:54 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 29 18:12:49 2019 -0700 |
tree | fe7052e0d0c30c0a6bcb9ac3133fa3637465fdc0 | |
parent | 6869c3b02b596eba931a754f56875d2e2ac612db [diff] |
net: bridge: fdb: convert is_static to bitops Convert the is_static to bitops, make use of the combined test_and_set/clear_bit to simplify expressions in fdb_add_entry. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>