The quilt patch titled Subject: include/linux/mm_types.h: add missing parameter descriptions in folio has been removed from the -mm tree. Its filename was add-missing-parameter-descriptions-in-folio.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Coleman Dietsch <dietschc@xxxxxxx> Subject: include/linux/mm_types.h: add missing parameter descriptions in folio This resolves a warning when running make htmldocs. ./include/linux/mm_types.h:275: warning: Function parameter or member '__filler' not described in 'folio' ./include/linux/mm_types.h:275: warning: Function parameter or member 'mlock_count' not described in 'folio' Link: https://lkml.kernel.org/r/CABvydf+Y_ybtLSf2o_tCY-qxe-BOch299zCOC-Y+i_UovdY75A@xxxxxxxxxxxxxx Signed-off-by: Coleman Dietsch <dietschc@xxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Cc: William Kucharski <william.kucharski@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mm_types.h | 2 ++ 1 file changed, 2 insertions(+) --- a/include/linux/mm_types.h~add-missing-parameter-descriptions-in-folio +++ a/include/linux/mm_types.h @@ -227,6 +227,8 @@ struct page { * struct folio - Represents a contiguous set of bytes. * @flags: Identical to the page flags. * @lru: Least Recently Used list; tracks how recently this folio was used. + * @__filler: Always even, identical to page __filler. + * @mlock_count: Count folio's mlocks. * @mapping: The file this page belongs to, or refers to the anon_vma for * anonymous memory. * @index: Offset within the file, in units of pages. For anonymous memory, _ Patches currently in -mm which might be from dietschc@xxxxxxx are