lkml.org 
[lkml]   [2012]   [Jul]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [Patch] mm/policy: use int instead of unsigned for nid
On Wed, 4 Jul 2012, Cong Wang wrote:

> From: WANG Cong <xiyou.wangcong@gmail.com>
>
> 'nid' should be 'int', not 'unsigned'.
>

unsigned is already of type int, so you're saying these occurrences should
become signed, but that's not true since they never return NUMA_NO_NODE.
They are all safe returning unsigned.

And alloc_page_interleave() doesn't exist anymore since the sched/numa
bits were merged into sched/core, so nobody could apply this patch anyway.


\
 
 \ /
  Last update: 2012-07-04 09:21    [W:0.042 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site