Skip to content

Commit 17e3452

Browse files
Qiwu Chentorvalds
authored andcommitted
mm/vmscan: remove unnecessary argument description of isolate_lru_pages()
Since commit a9e7c39 ("mm/vmscan.c: remove 7th argument of isolate_lru_pages()"), the explanation of 'mode' argument has been unnecessary. Let's remove it. Signed-off-by: Qiwu Chen <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent 412895f commit 17e3452

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mm/vmscan.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,6 @@ static __always_inline void update_lru_sizes(struct lruvec *lruvec,
16251625
* @dst: The temp list to put pages on to.
16261626
* @nr_scanned: The number of pages that were scanned.
16271627
* @sc: The scan_control struct for this reclaim session
1628-
* @mode: One of the LRU isolation modes
16291628
* @lru: LRU list id for isolating
16301629
*
16311630
* returns how many pages were moved onto *@dst.

0 commit comments

Comments
 (0)