As I'm not aware of any mechanism by which a page's count can go to 0
without freeing it, I suspect that this may indicate memory leaks caused
by doing an atomic_dec(&page->count) instead of __free_page(page). So
my question is: are there legitimate mechanisms for dropping the page
count to 0, or can I assume that there's a memory leak to be tracked
down?
Regards,
Bill