On Wed, 4 Jul 2012, Cong Wang wrote: > From: WANG Cong <xiyou.wangcong@xxxxxxxxx> > > '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. -- 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>