]> git.baikalelectronics.ru Git - kernel.git/commit
cpusets: fix obsolete comment
authorDavid Rientjes <rientjes@google.com>
Wed, 5 Mar 2008 07:32:38 +0000 (23:32 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 6 Mar 2008 01:53:33 +0000 (17:53 -0800)
commit4c6fe4a136dbf0babfca8b3d4ed29624cd7f5d4a
treea55c1c8106c31abf49ac8d1684fa946512b5c2dd
parent29b1edbc303d6bd6f03775a9cecb7347b9f2f94f
cpusets: fix obsolete comment

mm migration is no longer done in cpuset_update_task_memory_state() so it
can no longer take current->mm->mmap_sem, so fix the obsolete comment.

[ This changed in commit 93bd8d0b63a8a0586798f5e24436f247335ef26e
  ("cpuset: migrate all tasks in cpuset at once") when the mm migration
  was moved from cpuset_update_task_memory_state() to update_nodemask() ]

Signed-off-by: David Rientjes <rientjes@google.com>
Cc: Paul Jackson <pj@sgi.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/cpuset.c