diff options
author | Pankaj Raghav <p.raghav@samsung.com> | 2023-10-06 13:01:20 +0200 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-10-18 23:34:16 +0200 |
commit | bafd7e9d353ea091958d0dc702390add34b480e9 (patch) | |
tree | 9f682ffc64f66932b4da9d0eaf07b87bdf4289a6 /mm/zsmalloc.c | |
parent | mm/page_alloc: remove unnecessary next_page in break_down_buddy_pages (diff) | |
download | linux-bafd7e9d353ea091958d0dc702390add34b480e9.tar.xz linux-bafd7e9d353ea091958d0dc702390add34b480e9.zip |
filemap: call filemap_get_folios_tag() from filemap_get_folios()
filemap_get_folios() is filemap_get_folios_tag() with XA_PRESENT as the
tag that is being matched. Return filemap_get_folios_tag() with
XA_PRESENT as the tag instead of duplicating the code in
filemap_get_folios().
No functional changes.
Link: https://lkml.kernel.org/r/20231006110120.136809-1-kernel@pankajraghav.com
Signed-off-by: Pankaj Raghav <p.raghav@samsung.com>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/zsmalloc.c')
0 files changed, 0 insertions, 0 deletions