Messages in this thread |  | | Date | Tue, 27 May 2025 08:58:56 +0530 | | Subject | Re: [PATCH V3 2/2] mm/khugepaged: clean up refcount check using folio_expected_ref_count() | | From | Dev Jain <> |
| |
On 26/05/25 11:58 pm, Shivank Garg wrote: > Use folio_expected_ref_count() instead of open-coded logic in > is_refcount_suitable(). This avoids code duplication and improves > clarity. > > Drop is_refcount_suitable() as it is no longer needed. > > Suggested-by: David Hildenbrand <david@redhat.com> > Acked-by: David Hildenbrand <david@redhat.com> > Signed-off-by: Shivank Garg <shivankg@amd.com> > ---
Acked-by: Dev Jain <dev.jain@arm.com>
|  |