commit | 860f2759d94bf9db637d85d75d074de88af54688 | [log] [tgz] |
---|---|---|
author | Johannes Weiner <hannes@cmpxchg.org> | Fri Feb 22 16:35:17 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Feb 23 17:50:20 2013 -0800 |
tree | 6c38053c5e87fbf01e29cc3b61e9000ea1f508dc | |
parent | ef4d43a8075891137ebc064e473d2e904971e933 [diff] |
mm: shmem: use new radix tree iterator In shmem_find_get_pages_and_swap(), use the faster radix tree iterator construct from commit 78c1d78488a3 ("radix-tree: introduce bit-optimized iterator"). Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Acked-by: Hugh Dickins <hughd@google.com> Cc: Konstantin Khlebnikov <khlebnikov@openvz.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>