]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
commit730ec8c01a2bd6a311ada404398f44c142ac5e8e
tree9fd5f1d4cd5e2bb98edb5fbc738c9a5aabe496e9
parent1f318a9b0dc3990490e98eef48f21e6f15185781
mm/vmscan.c: change prototype for shrink_page_list

commit 3c710c1ad11b ("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