From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> We never had PCG flags; they've been called FGP flags since their introduction in 2014. Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> --- mm/filemap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/filemap.c b/mm/filemap.c index 83ce9ce0bee1..3204293f9b58 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -1577,12 +1577,12 @@ EXPORT_SYMBOL(find_lock_entry); * pagecache_get_page - find and get a page reference * @mapping: the address_space to search * @offset: the page index - * @fgp_flags: PCG flags + * @fgp_flags: FGP flags * @gfp_mask: gfp mask to use for the page cache data page allocation * * Looks up the page cache slot at @mapping & @offset. * - * PCG flags modify how the page is returned. + * FGP flags modify how the page is returned. * * @fgp_flags can be: * -- 2.25.0