Re: [PATCH 1/3] mm/slub: directly load freelist from cpu partial slab in the likely case

From: Christoph Lameter (Ampere)
Date: Thu Jan 18 2024 - 17:14:34 EST


On Thu, 18 Jan 2024, Chengming Zhou wrote:

So get_freelist() has two cases to handle: cpu slab and cpu partial list slab.
The latter is NOT frozen, so need to remove "VM_BUG_ON(!new.frozen)" from it.

Right so keep the check if it is the former?