> On Jan 31, 2019, at 9:24 AM, Uladzislau Rezki (Sony) <urezki@xxxxxxxxx> wrote: > > vmap_lazy_nr variable has atomic_t type that is 4 bytes integer > value on both 32 and 64 bit systems. lazy_max_pages() deals with > "unsigned long" that is 8 bytes on 64 bit system, thus vmap_lazy_nr > should be 8 bytes on 64 bit as well. Looks good. Reviewed-by: William Kucharski <william.kucharski@xxxxxxxxxx>