Re: [PATCH v3 1/2] mm, slab: add an optimistic __slab_try_return_freelist()

From: Vlastimil Babka (SUSE)

Date: Fri May 22 2026 - 13:49:36 EST


On 5/22/26 16:23, Vlastimil Babka (SUSE) wrote:
> +/*
> + * Try returning (remainder of) the freelist that we just detached from the
> + * slab. Optimistically assume the slab is still full, so we don't need to find
> + * the tail of the detached freelist.
> + *
> + * Fail if the slab isn't full anymore due to a cocurrent free.

Just found out I reintroduced here some comment typos that were already
corrected in slab/for-next and fixed them up again locally.