]> git.baikalelectronics.ru Git - kernel.git/commit
mm/vmscan: remove unnecessary argument description of isolate_lru_pages()
authorQiwu Chen <qiwuchen55@gmail.com>
Fri, 8 May 2020 01:36:20 +0000 (18:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 May 2020 02:27:21 +0000 (19:27 -0700)
commitc2d1147033447a1eb24a42d1b0299d5630be9521
treedcec89e5f0b55adde372030583e45ba9bc7ead7f
parenta6c01edd1445df4428618b06617a498a27cfc0d1
mm/vmscan: remove unnecessary argument description of isolate_lru_pages()

Since commit 57774cf976a4f ("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 <chenqiwu@xiaomi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200501090346.2894-1-chenqiwu@xiaomi.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmscan.c