Re: [PATCH 1/2] mm/rmap: Convert the struct anon_vma::mutex to an rwsem
From: Ingo Molnar <mingo@kernel.org>
Date: 2012-12-02 15:10:55
Also in:
lkml
From: Ingo Molnar <mingo@kernel.org>
Date: 2012-12-02 15:10:55
Also in:
lkml
* Rik van Riel [off-list ref] wrote:
On 12/01/2012 03:10 PM, Ingo Molnar wrote:quoted
Convert the struct anon_vma::mutex to an rwsem, which will help in solving a page-migration scalability problem. (Addressed in a separate patch.) The conversion is simple and straightforward: in every case where we mutex_lock()ed we'll now down_write(). Suggested-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Peter Zijlstra <redacted> Cc: Andrea Arcangeli <redacted> Cc: Rik van Riel <redacted> Cc: Mel Gorman <mgorman@suse.de> Cc: Hugh Dickins <hughd@google.com> Signed-off-by: Ingo Molnar <mingo@kernel.org>Reviewed-by: Rik van Riel <redacted>
Thanks Rik! Ingo -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>