]> 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>
Wed, 17 Aug 2022 20:58:27 +0000 (13:58 -0700)
commit38ca27cf4f87ab9490e85a39af2fa1ac5f68a37a
treee6f9abf3a8640311ffde7827c84cb9c544b2b3c2
parentd3f0358fec01a37652438b335049151e160836e8
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