Home
last modified time | relevance | path

Searched hist:"552446 a4166189a8c2515571dd6e25fd64a2dc78" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/
H A Dshmem.cdiff 552446a4166189a8c2515571dd6e25fd64a2dc78 Fri Dec 01 12:25:14 CST 2017 Matthew Wilcox <willy@infradead.org> shmem: Convert shmem_add_to_page_cache to XArray

We can use xas_find_conflict() instead of radix_tree_gang_lookup_slot()
to find any conflicting entry and combine the three paths through this
function into one.

Signed-off-by: Matthew Wilcox <willy@infradead.org>