]> git.ipfire.org Git - thirdparty/linux.git/commit - mm/compaction.c
mm/compaction: remove unused parameter pgdata of fragmentation_score_wmark
authorKemeng Shi <shikemeng@huaweicloud.com>
Wed, 9 Aug 2023 09:49:10 +0000 (17:49 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 21 Aug 2023 20:37:50 +0000 (13:37 -0700)
commit8fbb92bd10be26d0feec6bc35332159145c27cc0
tree0229d3fd07de39499ace81b41594eaf19b739555
parent1305870529d9e16170bb744148aab6dffb19bb23
mm/compaction: remove unused parameter pgdata of fragmentation_score_wmark

Parameter pgdat is not used in fragmentation_score_wmark. Just remove it.

Link: https://lkml.kernel.org/r/20230809094910.3092446-1-shikemeng@huaweicloud.com
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Acked-by: Mel Gorman <mgorman@techsingularity.net>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/compaction.c