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, 12 Sep 2022 03:25:47 +0000 (20:25 -0700)
commit7b5a0b664ebe2625965a0fdba2614c88c4b9bbc6
treec92fd7811a843a0f88f6849ec10c239854674199
parent9d0d946840075e0268f4f77fe39ba0f53e84c7c4
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