]> 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>
Tue, 4 Mar 2025 05:50:27 +0000 (21:50 -0800)
commit4e4034538c330373409fcd6d80078aa8e6422b01
treed0261b6746620781b5cedd6870d2bff5b0fcc27e
parentb3ead5afa28ce401e7fcb9bd133116d10d53212d
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