]> git.baikalelectronics.ru Git - kernel.git/commit
mm/filemap: make folio_put_wait_locked static
authorKe Sun <sunke@kylinos.cn>
Wed, 14 Sep 2022 02:17:38 +0000 (10:17 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 3 Oct 2022 21:03:15 +0000 (14:03 -0700)
commiteb4c9c07f694a17ef87d82ba9d7b752b85029923
treee223606e57a07df32b2a9360043a5db39ad3ecaf
parentf4bce03ab0b316668ab2aae373a1f5b2957f7f87
mm/filemap: make folio_put_wait_locked static

It's only used in mm/filemap.c, since commit <ea8d8fdcd518>
("mm/migrate.c: rework migration_entry_wait() to not take a pageref").

Make it static.

Link: https://lkml.kernel.org/r/20220914021738.3228011-1-sunke@kylinos.cn
Signed-off-by: Ke Sun <sunke@kylinos.cn>
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/pagemap.h
mm/filemap.c