summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPaul Jackson2006-05-21 00:00:11 +0200
committerLinus Torvalds2006-05-21 21:59:18 +0200
commit92d1dbd27417c54c23aac6a84c285e256f6118b6 (patch)
treebab665935a47bb6889ddc3c92a9bee68f1f6f532 /MAINTAINERS
parent[PATCH] cpuset: update cpuset_zones_allowed comment (diff)
downloadkernel-qcow2-linux-92d1dbd27417c54c23aac6a84c285e256f6118b6.tar.gz
kernel-qcow2-linux-92d1dbd27417c54c23aac6a84c285e256f6118b6.tar.xz
kernel-qcow2-linux-92d1dbd27417c54c23aac6a84c285e256f6118b6.zip
[PATCH] cpuset: might_sleep_if check in cpuset_zones_allowed
It's too easy to incorrectly call cpuset_zone_allowed() in an atomic context without __GFP_HARDWALL set, and when done, it is not noticed until a tight memory situation forces allocations to be tried outside the current cpuset. Add a 'might_sleep_if()' check, to catch this earlier on, instead of waiting for a similar check in the mutex_lock() code, which is only rarely invoked. Signed-off-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions