Re: [PATCH v4 10/22] slab: add optimized sheaf refill from partial list

From: Vlastimil Babka

Date: Thu Jan 29 2026 - 03:34:10 EST


On 1/29/26 08:43, Harry Yoo wrote:
> On Mon, Jan 26, 2026 at 03:12:03PM +0800, Hao Li wrote:
>> On Fri, Jan 23, 2026 at 07:52:48AM +0100, Vlastimil Babka wrote:
>>
>> Should this perhaps be WRITE_ONCE(slab->counters, new->counters) here?

Ooops yeah, thanks!

> Agreed, this should be WRITE_ONCE(slab->counters, new->counters);

Thanks both for review!