]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: shmem: change the return value of shmem_find_swap_entries()
authorBaolin Wang <baolin.wang@linux.alibaba.com>
Fri, 7 Feb 2025 09:44:20 +0000 (17:44 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 4 Mar 2025 05:49:45 +0000 (21:49 -0800)
commit8d4151db97dac3f8c1e2338b42b5b59b1cbf70d8
tree93b7851734000e079de12069ec622e8a7ae98f1d
parentd08316e57346e3794bf414a94d3055102b04e85d
mm: shmem: change the return value of shmem_find_swap_entries()

The shmem_find_swap_entries() originally returned the index corresponding
to the swap entry, but no callers used this return value.  It should
return the number of entries that were found like other functions, which
can be used by the callers.

No functional changes.

Link: https://lkml.kernel.org/r/070489b5946b8379b2a2d25f78115cef167cd145.1738918357.git.baolin.wang@linux.alibaba.com
Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/shmem.c