The patch titled Subject: mm/filemap: Update stale comment has been added to the -mm tree. Its filename is mm-filemap-update-stale-comment.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-filemap-update-stale-comment.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-filemap-update-stale-comment.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Rui Sun <sunrui26@xxxxxxxxxx> Subject: mm/filemap: Update stale comment Commit a6de4b4873e1 ("mm: convert find_get_entry to return the head page") uses @index instead of @offset, but the comment is stale, update it. Link: https://lkml.kernel.org/r/1617948260-50724-1-git-send-email-zhangshaokun@xxxxxxxxxxxxx Signed-off-by: Rui Sun <sunrui26@xxxxxxxxxx> Signed-off-by: Shaokun Zhang <zhangshaokun@xxxxxxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/filemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/filemap.c~mm-filemap-update-stale-comment +++ a/mm/filemap.c @@ -1690,7 +1690,7 @@ EXPORT_SYMBOL(page_cache_prev_miss); * @mapping: the address_space to search * @index: The page cache index. * - * Looks up the page cache slot at @mapping & @offset. If there is a + * Looks up the page cache slot at @mapping & @index. If there is a * page cache page, the head page is returned with an increased refcount. * * If the slot holds a shadow entry of a previously evicted page, or a _ Patches currently in -mm which might be from sunrui26@xxxxxxxxxx are mm-filemap-update-stale-comment.patch