]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm, swap: correct comment in swap_usage_sub()
authorKemeng Shi <shikemeng@huaweicloud.com>
Sat, 22 Feb 2025 16:08:49 +0000 (00:08 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 4 Mar 2025 05:50:27 +0000 (21:50 -0800)
commitb3ead5afa28ce401e7fcb9bd133116d10d53212d
tree5f7e4227e191666874d917319dac8054f4458573
parent75295b9dc2834791643cadedbede508c2f8b331f
mm, swap: correct comment in swap_usage_sub()

We will add si back to plist in swap_usage_sub(), just correct the wrong
comment which says we will remove si from plist in swap_usage_sub().

Link: https://lkml.kernel.org/r/20250222160850.505274-6-shikemeng@huaweicloud.com
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Cc: Kairui Song <ryncsn@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/swapfile.c