]> git.baikalelectronics.ru Git - kernel.git/commit
mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 13 May 2022 03:23:05 +0000 (20:23 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 13 May 2022 14:20:17 +0000 (07:20 -0700)
commit73b51869a305b409a47ca475a9343c9be9e57235
tree669c42955e19ae74b269338c97f6fdf7dee9e788
parent2e54311540c12cc0023f1d75e30eab4f8c608a4f
mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()

shmem_swapin_page() only brings in order-0 pages, which are folios
by definition.

Link: https://lkml.kernel.org/r/20220504182857.4013401-24-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/arm64/include/asm/pgtable.h
include/linux/pgtable.h
mm/shmem.c