commit | 08a7abf4aff1a42290fd20ff7a5fa8a3ff5f90e7 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sun Nov 21 19:01:03 2021 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 22 14:30:19 2021 +0000 |
tree | 63387d7d269c336c5d5c4ef37b9eda15ca27925d | |
parent | db473c075f01befd9cf10154098267e7d6ee7d11 [diff] |
net-sysfs: Slightly optimize 'xps_queue_show()' The 'mask' bitmap is local to this function. So the non-atomic '__set_bit()' can be used to save a few cycles. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: David S. Miller <davem@davemloft.net>