The patch titled Subject: mm/vmscan: remove unnecessary argument description of isolate_lru_pages() has been removed from the -mm tree. Its filename was mm-vmscan-remove-unnecessary-argument-description-of-isolate_lru_pages.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Qiwu Chen <qiwuchen55@xxxxxxxxx> Subject: mm/vmscan: remove unnecessary argument description of isolate_lru_pages() Since commit a9e7c39fa9fd9 ("mm/vmscan.c: remove 7th argument of isolate_lru_pages()"), the explanation of 'mode' argument has been unnecessary. Let's remove it. Link: http://lkml.kernel.org/r/20200501090346.2894-1-chenqiwu@xxxxxxxxxx Signed-off-by: Qiwu Chen <chenqiwu@xxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmscan.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/vmscan.c~mm-vmscan-remove-unnecessary-argument-description-of-isolate_lru_pages +++ a/mm/vmscan.c @@ -1625,7 +1625,6 @@ static __always_inline void update_lru_s * @dst: The temp list to put pages on to. * @nr_scanned: The number of pages that were scanned. * @sc: The scan_control struct for this reclaim session - * @mode: One of the LRU isolation modes * @lru: LRU list id for isolating * * returns how many pages were moved onto *@dst. _ Patches currently in -mm which might be from qiwuchen55@xxxxxxxxx are mm-vmscan-update-the-comment-of-should_continue_reclaim.patch