From: Mel Gorman Date: Tue, 21 Jan 2014 23:50:59 +0000 (-0800) Subject: mm: numa: limit scope of lock for NUMA migrate rate limiting X-Git-Tag: v3.14-rc1~134^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c5e9c27cbd966c7f0038698d5dcd5ada3574f47;p=pandora-kernel.git mm: numa: limit scope of lock for NUMA migrate rate limiting NUMA migrate rate limiting protects a migration counter and window using a lock but in some cases this can be a contended lock. It is not critical that the number of pages be perfect, lost updates are acceptable. Reduce the importance of this lock. Signed-off-by: Mel Gorman Reviewed-by: Rik van Riel Cc: Alex Thorlton Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed