]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: swap: remove stale comment of swap_reclaim_full_clusters()
authorKemeng Shi <shikemeng@huaweicloud.com>
Sat, 22 Feb 2025 16:08:50 +0000 (00:08 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 28 Feb 2025 01:00:29 +0000 (17:00 -0800)
commit3c4d293fee4b97f1ca3ba4da3df36786354cc722
tree2af4946b0d4fe9d666c2129f97696f717f459030
parentb530e270c1ac82e9f8d343b2e1d8647ce3abd4cd
mm: swap: remove stale comment of swap_reclaim_full_clusters()

swap_reclaim_full_clusters() has no return value now, just remove the
stale comment which says swap_reclaim_full_clusters() wil return a bool
value.

Link: https://lkml.kernel.org/r/20250222160850.505274-7-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