commit | e21a29552fa3f44ea41c53488875015ae70fd7f8 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Wed Nov 22 08:36:00 2017 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:39 2018 -0400 |
tree | 615c10e662faa49f3910fb269d4be6d029513632 | |
parent | a12831bf4293d38518e41b80dd897af0122bb268 [diff] |
shmem: Convert find_swap_entry to XArray This is a 1:1 conversion. The major part of this patch is converting the test framework from userspace to kernel space and mirroring the algorithm now used in find_swap_entry(). Signed-off-by: Matthew Wilcox <willy@infradead.org>