Re: [RFC PATCH v2 1/6] slub: Keep track of whether slub is on the per-node partial list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Oct 23, 2023 at 01:32:27PM +0100, Matthew Wilcox wrote:
> _Assuming_ that it's safe to use the non-atomic flag setting, I'd
> rather see this done as ...
> 
> static inline void slab_set_node_partial(struct slab *slab)
> {
> 	__folio_set_workingset(slab_folio(slab));

Ugh, I meant to delete this line.  I meant to just write the next line.

> 	__set_bit(PG_workingset, folio_flags(slab_folio(slab), 0));
> }




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux