[PATCH 05/27] mm, numa: Sanitize task_numa_fault() callsites

2013-08-08 Thread Mel Gorman
From: Peter Zijlstra There are three callers of task_numa_fault(): - do_huge_pmd_numa_page(): Accounts against the current node, not the node where the page resides, unless we migrated, in which case it accounts against the node we migrated to. - do_numa_page(): Accounts

[PATCH 05/27] mm, numa: Sanitize task_numa_fault() callsites

2013-08-08 Thread Mel Gorman
From: Peter Zijlstra pet...@infradead.org There are three callers of task_numa_fault(): - do_huge_pmd_numa_page(): Accounts against the current node, not the node where the page resides, unless we migrated, in which case it accounts against the node we migrated to. -