Messages in this thread |  | | Date | Wed, 11 Dec 2013 22:48:40 -0800 (PST) | From | David Rientjes <> | Subject | Re: [PATCH v7 3/4] sched/numa: use wrapper function task_faults_idx to calculate index in group_faults |
| |
On Thu, 12 Dec 2013, Wanpeng Li wrote:
> Use wrapper function task_faults_idx to calculate index in group_faults. > > Reviewed-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> > Acked-by: Mel Gorman <mgorman@suse.de> > Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Acked-by: David Rientjes <rientjes@google.com>
The naming of task_faults_idx() is a little unfortunate since it is now used to index into both task_faults() and group_faults(), though.
|  |