]> git.baikalelectronics.ru Git - kernel.git/commit
mm: shmem: use new radix tree iterator
authorJohannes Weiner <hannes@cmpxchg.org>
Sat, 23 Feb 2013 00:35:17 +0000 (16:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Feb 2013 01:50:20 +0000 (17:50 -0800)
commit9468262a70b5df1e9c048cfb3ca09f6a553533e1
tree6c38053c5e87fbf01e29cc3b61e9000ea1f508dc
parent16ddb3e91f728b72f0bb2d5b6c170ac83b439809
mm: shmem: use new radix tree iterator

In shmem_find_get_pages_and_swap(), use the faster radix tree iterator
construct from commit d572baac3ebb ("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>
mm/shmem.c