]> git.baikalelectronics.ru Git - kernel.git/commit
ksm: make rmap walks more scalable
authorHugh Dickins <hughd@google.com>
Thu, 20 Dec 2012 01:44:29 +0000 (17:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Dec 2012 15:06:56 +0000 (07:06 -0800)
commite25b30157617ab87b8fcfdcc2e840e12e01cfe76
tree1b9a3e2c66b45ef7de48b58238874163b6090932
parente5fc0d34a733f01e847d2ab91d1cdc6031ab93f3
ksm: make rmap walks more scalable

The rmap walks in ksm.c are like those in rmap.c: they can safely be
done with anon_vma_lock_read().

Signed-off-by: Hugh Dickins <hughd@google.com>
Acked-by: Mel Gorman <mgorman@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/ksm.c