OSDN Git Service

mm: page_alloc: remove unused parameter from reserve_highatomic_pageblock()
authorZhangPeng <zhangpeng362@huawei.com>
Wed, 9 Aug 2023 07:33:23 +0000 (15:33 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 21 Aug 2023 20:37:50 +0000 (13:37 -0700)
commit368d983b985572e33422432d849f5956268bce21
tree3909e242041725266f6496230fa57f48ecf374ab
parentb7108d66318abf3e060c7839eabcba52e9461568
mm: page_alloc: remove unused parameter from reserve_highatomic_pageblock()

Just remove the redundant parameter alloc_order from
reserve_highatomic_pageblock(). No functional modification involved.

Link: https://lkml.kernel.org/r/20230809073323.1065286-1-zhangpeng362@huawei.com
Signed-off-by: ZhangPeng <zhangpeng362@huawei.com>
Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: Nanyong Sun <sunnanyong@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_alloc.c