Skip to content

Commit

Permalink
mm/swap.c: remove @Cold parameter description for release_pages()
Browse files Browse the repository at this point in the history
The 'cold' parameter was removed from release_pages function by commit
c6f92f9 ("mm: remove cold parameter for release_pages").

Update the description to match the code.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Mike Rapoport <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rppt authored and torvalds committed Apr 6, 2018
1 parent e48e3c5 commit 002843d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/swap.c
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,6 @@ void lru_add_drain_all(void)
* release_pages - batched put_page()
* @pages: array of pages to release
* @nr: number of pages
* @cold: whether the pages are cache cold
*
* Decrement the reference count on all the pages in @pages. If it
* fell to zero, remove the page from the LRU and free it.
Expand Down

0 comments on commit 002843d

Please sign in to comment.