]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove obsoleted alloc_pages cpuset comment
authorDavid Rientjes <rientjes@google.com>
Tue, 22 Sep 2009 00:01:15 +0000 (17:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Sep 2009 14:17:25 +0000 (07:17 -0700)
commit84d3653c9af2fb0872b8fd757772cc6ee5f6cabb
tree64651cc58d04a54e4eca296d4124c6825a57329c
parent3bf7bb34041af20453114fd537ae18c9fd418d22
mm: remove obsoleted alloc_pages cpuset comment

When a cpuset's nodemask is updated, all attached tasks have their cached
task->mems_allowed updated by a heap instead of requiring an explicit call
to cpuset_update_task_memory_state(), which has since been removed in
6288bde3942e636bce5ad1c32702affea77b27af ("cpuset,mm: update tasks'
mems_allowed in time").

Remove the obsoleted comment from the page allocator.

Cc: Paul Menage <menage@google.com>
Acked-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c