From: KOSAKI Motohiro Date: Thu, 13 Jan 2011 23:46:14 +0000 (-0800) Subject: mempolicy: remove tasklist_lock from migrate_pages X-Git-Tag: v2.6.38-rc1~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e50df39f6e2c3a4a3394df62baa8a213df16c54;p=pandora-kernel.git mempolicy: remove tasklist_lock from migrate_pages Today, tasklist_lock in migrate_pages doesn't protect anything. rcu_read_lock() provide enough protection from pid hash walk. Signed-off-by: KOSAKI Motohiro Reported-by: Peter Zijlstra Cc: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed