The quilt patch titled Subject: mm-add-folio_zero_tail-and-use-it-in-ext4-fix has been removed from the -mm tree. Its filename was mm-add-folio_zero_tail-and-use-it-in-ext4-fix.patch This patch was dropped because it was folded into mm-add-folio_zero_tail-and-use-it-in-ext4.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-add-folio_zero_tail-and-use-it-in-ext4-fix Date: Thu Nov 9 02:39:20 PM PST 2023 fix kerneldoc argument ordering Cc: Andreas Dilger <adilger.kernel@xxxxxxxxx> Cc: Andreas Gruenbacher <agruenba@xxxxxxxxxx> Cc: Darrick J. Wong <djwong@xxxxxxxxxx> Cc: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> Cc: Theodore Ts'o <tytso@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/highmem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/highmem.h~mm-add-folio_zero_tail-and-use-it-in-ext4-fix +++ a/include/linux/highmem.h @@ -486,8 +486,8 @@ static inline void memcpy_to_folio(struc /** * folio_zero_tail - Zero the tail of a folio. * @folio: The folio to zero. - * @kaddr: The address the folio is currently mapped to. * @offset: The byte offset in the folio to start zeroing at. + * @kaddr: The address the folio is currently mapped to. * * If you have already used kmap_local_folio() to map a folio, written * some data to it and now need to zero the end of the folio (and flush _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch mm-add-folio_zero_tail-and-use-it-in-ext4.patch mm-add-folio_fill_tail-and-use-it-in-iomap-fix.patch mm-memcg-restore-subtree-stats-flushing-fix.patch kernel-reboot-explicitly-notify-if-halt-occurred-instead-of-power-off-fix.patch