[PATCH 2/2] nvme: keyring: fix conditional compilation

Christoph Hellwig hch at lst.de
Fri Oct 27 01:30:03 PDT 2023


On Fri, Oct 27, 2023 at 10:12:11AM +0200, Arnd Bergmann wrote:
> > In principle. Unfortunately I have to initialize the keyring, and that
> > can be done only once.
> > I see if I can come up with a different solution.
> 
> If the keyring has to be initialized first, I think the safest
> way is to move it to a different initcall level, to avoid
> relying on link order for the everything-built-in case.

I don't really mind the link order, for these cases I usually add a
comment to the Makefile so that people don't accidentally change it.



More information about the Linux-nvme mailing list