diff options
| author | 2022-02-02 22:46:09 -0800 | |
|---|---|---|
| committer | 2022-02-03 19:11:14 -0800 | |
| commit | 25ee1660a590d9b1ea209f92deb212ec4690547e (patch) | |
| tree | ece5f3bccf8057178e83959159dc69378eccab46 /include/linux | |
| parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (diff) | |
| download | linux-dev-25ee1660a590d9b1ea209f92deb212ec4690547e.tar.xz linux-dev-25ee1660a590d9b1ea209f92deb212ec4690547e.zip | |
net: minor __dev_alloc_name() optimization
__dev_alloc_name() allocates a private zeroed page,
then sets bits in it while iterating through net devices.
It can use __set_bit() to avoid unnecessary locked operations.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20220203064609.3242863-1-eric.dumazet@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
