Re: [PATCH] mm/balloon_compaction: make balloon page compaction callbacks static

2022-01-25 Thread Michael S. Tsirkin
On Tue, Jan 25, 2022 at 09:22:21PM +0800, Miaohe Lin wrote: > Since commit b1123ea6d3b3 ("mm: balloon: use general non-lru movable page > feature"), these functions are called via balloon_aops callbacks. They're > not called directly outside this file. So make them static and clean up > the relevan

Re: [PATCH] mm/balloon_compaction: make balloon page compaction callbacks static

2022-01-25 Thread Rafael Aquini
On Tue, Jan 25, 2022 at 09:22:21PM +0800, Miaohe Lin wrote: > Since commit b1123ea6d3b3 ("mm: balloon: use general non-lru movable page > feature"), these functions are called via balloon_aops callbacks. They're > not called directly outside this file. So make them static and clean up > the relevan

Re: [PATCH] mm/balloon_compaction: make balloon page compaction callbacks static

2022-01-25 Thread David Hildenbrand
On 25.01.22 14:22, Miaohe Lin wrote: > Since commit b1123ea6d3b3 ("mm: balloon: use general non-lru movable page > feature"), these functions are called via balloon_aops callbacks. They're > not called directly outside this file. So make them static and clean up > the relevant code. > > Signed-off