Re: [patch v2 3/3] kernel, cpuset: remove exception for __GFP_THISNODE

2015-03-02 Thread Vlastimil Babka
On 02/27/2015 11:17 PM, David Rientjes wrote: Nothing calls __cpuset_node_allowed() with __GFP_THISNODE set anymore, so remove the obscure comment about it and its special-case exception. Signed-off-by: David Rientjes Acked-by: Vlastimil Babka -- To unsubscribe from this list: send the line

[patch v2 3/3] kernel, cpuset: remove exception for __GFP_THISNODE

2015-02-27 Thread David Rientjes
Nothing calls __cpuset_node_allowed() with __GFP_THISNODE set anymore, so remove the obscure comment about it and its special-case exception. Signed-off-by: David Rientjes --- kernel/cpuset.c | 18 +- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/kernel/cpuset.c