]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
shmem: Convert shmem_confirm_swap to XArray
authorMatthew Wilcox <willy@infradead.org>
Wed, 22 Nov 2017 13:34:58 +0000 (08:34 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:39 +0000 (10:46 -0400)
commita12831bf4293d38518e41b80dd897af0122bb268
treeb8760db3d1fa6cecfa3ec632808c7e7ebfc7cb02
parent62f945b6a7b8cda6d1f35941eb374276f7b8749a
shmem: Convert shmem_confirm_swap to XArray

xa_load has its own RCU locking, so we can eliminate it here.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
mm/shmem.c