]> 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>
Mon, 17 Mar 2025 05:06:40 +0000 (22:06 -0700)
commit0a8a5b6c4129e61070eb9a45979c395fb6ab31c4
treebc77a5764a7792568ace46daf40314c84e1e6dbf
parent2310f0894225024397dfa193ccfc69b74366072e
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