The quilt patch titled Subject: mm/swapfile: remove pr_debug in get_swap_pages() has been removed from the -mm tree. Its filename was mm-swapfile-remove-pr_debug-in-get_swap_pages.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Longlong Xia <xialonglong1@xxxxxxxxxx> Subject: mm/swapfile: remove pr_debug in get_swap_pages() Date: Tue, 31 Jan 2023 07:10:35 +0000 It's known that get_swap_pages() may fail to find available space under some extreme case, but pr_debug() provides useless information. Let's remove it. Link: https://lkml.kernel.org/r/20230131071035.1085968-1-xialonglong1@xxxxxxxxxx Signed-off-by: Longlong Xia <xialonglong1@xxxxxxxxxx> Reviewed-by: "Huang, Ying" <ying.huang@xxxxxxxxx> Cc: Chen Wandun <chenwandun@xxxxxxxxxx> Cc: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx> Cc: Nanyong Sun <sunnanyong@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/swapfile.c | 2 -- 1 file changed, 2 deletions(-) --- a/mm/swapfile.c~mm-swapfile-remove-pr_debug-in-get_swap_pages +++ a/mm/swapfile.c @@ -1098,8 +1098,6 @@ start_over: spin_unlock(&si->lock); if (n_ret || size == SWAPFILE_CLUSTER) goto check_out; - pr_debug("scan_swap_map of si %d failed to find offset\n", - si->type); cond_resched(); spin_lock(&swap_avail_lock); _ Patches currently in -mm which might be from xialonglong1@xxxxxxxxxx are