On 02/15/2010 10:50 AM, Chris Friesen wrote:
Looking at the code, it looks like page_remove_rmap() clears the Anonpage flag and removes it from NR_ANON_PAGES, and the caller is responsible for removing it from the LRU. Is that right?
Nope.
I'll keep digging in the code, but does anyone know where the removal from the LRU is supposed to happen in the above code paths?
Removal from the LRU is done from the page freeing code, on the final free of the page. It appears you have code somewhere that increments the reference count on user pages and then forgets to lower it afterwards. -- All rights reversed. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>