On Fri, May 17, 2013 at 10:48:07AM +0100, Mel Gorman wrote: > Similar to __pagevec_lru_add, this patch removes the LRU parameter > from __lru_cache_add and lru_cache_add_lru as the caller does not > control the exact LRU the page gets added to. lru_cache_add_lru gets > renamed to lru_cache_add the name is silly without the lru parameter. > With the parameter removed, it is required that the caller indicate > if they want the page added to the active or inactive list by setting > or clearing PageActive respectively. > > [akpm@xxxxxxxxxxxxxxxxxxxx: Suggested the patch] > Signed-off-by: Mel Gorman <mgorman@xxxxxxx> Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx> -- 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>