On Fri, Jul 26, 2024 at 08:31:10PM GMT, Roman Gushchin wrote: > When a page_counter structure is initialized, there is no need to > use an atomic set operation to initialize the usage counter because > at this point the structure is not visible to anybody else. > ATOMIC_LONG_INIT() is what should be used in such cases. > > Signed-off-by: Roman Gushchin <roman.gushchin@xxxxxxxxx> Acked-by: Shakeel Butt <shakeel.butt@xxxxxxxxx>