diff options
author | 2022-10-19 19:33:31 +0100 | |
---|---|---|
committer | 2022-11-08 17:37:18 -0800 | |
commit | 524984ff66ee4b63264dffe568c3547a20b4136c (patch) | |
tree | 3a49ec8c2ede1958bb6dbd4a426b68cfe7f25e0e /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | |
parent | mm/swap: convert find_get_incore_page to use folios (diff) | |
download | wireguard-linux-524984ff66ee4b63264dffe568c3547a20b4136c.tar.xz wireguard-linux-524984ff66ee4b63264dffe568c3547a20b4136c.zip |
mm: convert find_get_incore_page() to filemap_get_incore_folio()
Return the containing folio instead of the precise page. One of the
callers wants the folio and the other can do the folio->page conversion
itself. Nets 442 bytes of text size reduction, 478 bytes removed and 36
bytes added.
Link: https://lkml.kernel.org/r/20221019183332.2802139-4-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions