commit | b6b19f25f69149c0912788fb81466dd2310bb095 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hughd@google.com> | Wed Dec 19 17:44:29 2012 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Dec 20 07:06:56 2012 -0800 |
tree | 1b9a3e2c66b45ef7de48b58238874163b6090932 | |
parent | 2832bc19f6668fd00116f61f821105040599ef8b [diff] |
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>