]> Pileus Git - ~andy/linux/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)
commitb6b19f25f69149c0912788fb81466dd2310bb095
tree1b9a3e2c66b45ef7de48b58238874163b6090932
parent2832bc19f6668fd00116f61f821105040599ef8b
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