]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/page_ext: remove unused variable in offline_page_ext
authorCharan Teja Kalla <quic_charante@quicinc.com>
Mon, 1 Aug 2022 05:06:37 +0000 (10:36 +0530)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 22 Aug 2022 22:57:55 +0000 (15:57 -0700)
commit1aabcbd9ae982f400cadc28e47a01e355eb0f86b
tree4d206b6fa1d19ff60c6d73c1755b1cd2923a19e1
parent233e36209930e7207100d7bac5059c5d59fab81a
mm/page_ext: remove unused variable in offline_page_ext

Remove unused variable 'nid' in offline_page_ext().  This is not used
since the page_ext code inception.

Link: https://lkml.kernel.org/r/1659330397-11817-1-git-send-email-quic_charante@quicinc.com
Signed-off-by: Charan Teja Kalla <quic_charante@quicinc.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Cc: Roman Gushchin <roman.gushchin@linux.dev>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Shakeel Butt <shakeelb@google.com>
Cc: Muchun Song <songmuchun@bytedance.com>
Cc: Pavan Kondeti <quic_pkondeti@quicinc.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_ext.c