]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] cpuset: mempolicy migration typo fix
authorPaul Jackson <pj@sgi.com>
Sat, 21 Oct 2006 17:24:17 +0000 (10:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 21 Oct 2006 20:35:06 +0000 (13:35 -0700)
commit2fdd429c2d650ff9047955f647cb15b14eae3a88
tree487ebe329419548422c20409830185a6972385aa
parent9d2d13ba6b56aaf9fc5735d1aa17fad574e4c526
[PATCH] cpuset: mempolicy migration typo fix

Mistyped an ifdef CONFIG_CPUSETS - fixed.

I doubt that anyone ever noticed.  The impact of this typo was
that if someone:
 1) was using MPOL_BIND to force off node allocations
 2) while using cpusets to constrain memory placement
 3) when that cpuset was migrating that jobs memory
 4) while the tasks in that job were actively forking
then there was a rare chance that future allocations using
that MPOL_BIND policy would be node local, not off node.

Signed-off-by: Paul Jackson <pj@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/mempolicy.h