The patch titled Subject: mm-add-prototype-for-__add_to_page_cache_locked-fix has been removed from the -mm tree. Its filename was mm-add-prototype-for-__add_to_page_cache_locked-fix.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-add-prototype-for-__add_to_page_cache_locked-fix tweak comment grammar Cc: Alex Shi <alex.shi@xxxxxxxxxxxxxxxxx> Cc: Souptick Joarder <jrdr.linux@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/include/linux/mm.h~mm-add-prototype-for-__add_to_page_cache_locked-fix +++ a/include/linux/mm.h @@ -217,8 +217,8 @@ int overcommit_kbytes_handler(struct ctl int overcommit_policy_handler(struct ctl_table *, int, void *, size_t *, loff_t *); /* - * Any attempt to mark this function as static leads to build failure - * for few architectures. Adding a prototype to silence gcc warning. + * Marking this function as static leads to build failures for a few + * architectures. The prototype silences a gcc warning. */ int __add_to_page_cache_locked(struct page *page, struct address_space *mapping, pgoff_t offset, gfp_t gfp, void **shadowp); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm.patch mm-fix-initialization-of-struct-page-for-holes-in-memory-layout-checkpatch-fixes.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch kfence-kasan-make-kfence-compatible-with-kasan-fix.patch linux-next-git-rejects.patch set_memory-allow-set_direct_map__noflush-for-multiple-pages-fix.patch arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch