Re: [PATCH net-next 11/12] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
From: Josh Poimboeuf
Date: Fri Dec 13 2024 - 22:24:46 EST
On Fri, Dec 13, 2024 at 06:22:51PM +0100, Alexander Lobakin wrote:
> From: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
> >> +EXPORT_SYMBOL_GPL(static_key_slow_dec_cpuslocked);
> >
> > Where's the code which uses this?
>
> It's not in this series -- the initial one was too large, so it was split.
It's best to put the patch exporting the symbol adjacent to (or squashed
with) the patch using it so the justification for exporting it can be
reviewed at the same time.
--
Josh