]> git.baikalelectronics.ru Git - kernel.git/commit
mm/vmscan.c: change prototype for shrink_page_list
authorManinder Singh <maninder1.s@samsung.com>
Wed, 3 Jun 2020 23:01:18 +0000 (16:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Jun 2020 03:09:47 +0000 (20:09 -0700)
commit1a3fa354f6854dada30f9bf266306b8fc957148b
tree9fd5f1d4cd5e2bb98edb5fbc738c9a5aabe496e9
parent41b4999b9a28a1d716da2c4325f0e97bfd59b364
mm/vmscan.c: change prototype for shrink_page_list

commit 9ac7ebba32ee ("mm, vmscan extract shrink_page_list reclaim counters
into a struct") changed data type for the function, so changing return
type for funciton and its caller.

Signed-off-by: Vaneet Narang <v.narang@samsung.com>
Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Michal Hocko <mhocko@suse.com>
Cc: Amit Sahrawat <a.sahrawat@samsung.com>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Vlastimil Babka <vbabka@suse.cz>
Link: http://lkml.kernel.org/r/1588168259-25604-1-git-send-email-maninder1.s@samsung.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/internal.h
mm/page_alloc.c
mm/vmscan.c