From: Yuanhan Liu Date: Mon, 4 Feb 2013 22:28:48 +0000 (-0800) Subject: mm: fix wrong comments about anon_vma lock X-Git-Tag: v3.8-rc7~16^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=631b0cfdbd801ceae8762e8d287f15da26792ebe;p=pandora-kernel.git mm: fix wrong comments about anon_vma lock We use rwsem since commit 5a505085f043 ("mm/rmap: Convert the struct anon_vma::mutex to an rwsem"). And most of comments are converted to the new rwsem lock; while just 2 more missed from: $ git grep 'anon_vma->mutex' Signed-off-by: Yuanhan Liu Acked-by: Ingo Molnar Cc: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed