]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: shmem: use new radix tree iterator
authorJohannes Weiner <hannes@cmpxchg.org>
Thu, 7 Feb 2013 01:27:03 +0000 (12:27 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:46:49 +0000 (16:46 +1100)
commit82c9377cdab1b28578258c6ec66b2013aaec72d6
treeba686cc76775a68697289aceefcc5b4f3167767b
parent75b534a2dacb12fbec169fde6ea21a3c946d6a46
mm: shmem: use new radix tree iterator

In shmem_find_get_pages_and_swap(), use the faster radix tree iterator
construct from 78c1d78 ("radix-tree: introduce bit-optimized iterator").

Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Cc: Hugh Dickins <hughd@google.com>
Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/shmem.c