On 05/09/2013 03:13 PM, Seth Jennings wrote: >> > + mapping = lru_to_page(remove_list)->mapping; > This doesn't work for pages in the swap cache as mapping is overloaded to > hold... something else that I can't remember of the top of my head. Anyway, > this happens: Yup, that's true. I'm supposed to be using page_mapping() here. I know I ran in to that along the way and fixed a few of the sites in my patch, but missed that one. I'll fix it up. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>