]> 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>
Fri, 26 Aug 2022 05:02:44 +0000 (22:02 -0700)
commit4ebbf19d05ad62dd366b017b40b7f3f834cc9967
tree8af353dc7e60a9b7a07b5cc6d2ce734e8f6a3ca2
parent6ca31ef8cd708a5e823c40d69c1a2bda90cf037f
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