The quilt patch titled Subject: writeback-factor-out-balance_wb_limits-to-remove-repeated-code-v3-fix has been removed from the -mm tree. Its filename was writeback-factor-out-balance_wb_limits-to-remove-repeated-code-v3-fix.patch This patch was dropped because it was folded into writeback-factor-out-balance_wb_limits-to-remove-repeated-code.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: writeback-factor-out-balance_wb_limits-to-remove-repeated-code-v3-fix Date: Tue Jun 11 02:50:38 PM PDT 2024 s/fileds/fields/ in comment Cc: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: Tejun Heo <tj@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page-writeback.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/mm/page-writeback.c~writeback-factor-out-balance_wb_limits-to-remove-repeated-code-v3-fix +++ a/mm/page-writeback.c @@ -1806,8 +1806,8 @@ static inline void wb_dirty_exceeded(str } /* - * The limits fileds dirty_exceeded and pos_ratio won't be updated if wb is - * in freerun state. Please don't use these invalid fileds in freerun case. + * The limits fields dirty_exceeded and pos_ratio won't be updated if wb is + * in freerun state. Please don't use these invalid fields in freerun case. */ static void balance_wb_limits(struct dirty_throttle_control *dtc, bool strictlimit) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are writeback-factor-out-balance_wb_limits-to-remove-repeated-code.patch mm-shmem-add-multi-size-thp-sysfs-interface-for-anonymous-shmem-fix-fix.patch mm-shmem-add-multi-size-thp-sysfs-interface-for-anonymous-shmem-fix-4.patch mm-extend-rmap-flags-arguments-for-folio_add_new_anon_rmap-fix.patch mm-use-folio_add_new_anon_rmap-if-folio_test_anonfolio==false-fix.patch