Skip to content
Commit c2c60ea3 authored by Eric Dumazet's avatar Eric Dumazet Committed by Jakub Kicinski
Browse files

once: use __section(".data.once")



.data.once contains nicely packed bool variables.
It is used already by DO_ONCE_LITE().

Using it also in DO_ONCE() removes holes in .data section.

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 62803fec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment