commit | fc91668eaf9e7ba61e867fc2218b7e9fb67faa4f | [log] [tgz] |
---|---|---|
author | Li Hong <[email protected]> | Fri Mar 05 13:41:54 2010 -0800 |
committer | Linus Torvalds <[email protected]> | Sat Mar 06 11:26:25 2010 -0800 |
tree | 08d443d76255e8d60ae6ba07d52cdc295172ded8 | |
parent | c475dab63ae798d81fb597a6a1859986b296d9d0 [diff] |
mm: remove free_hot_page() free_hot_page() is just a wrapper around free_hot_cold_page() with parameter 'cold = 0'. After adding a clear comment for free_hot_cold_page(), it is reasonable to remove a level of call. [[email protected]: fix build] Signed-off-by: Li Hong <[email protected]> Cc: Mel Gorman <[email protected]> Cc: Rik van Riel <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Larry Woodman <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Li Ming Chun <[email protected]> Cc: KOSAKI Motohiro <[email protected]> Cc: Americo Wang <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>