Re: [PATCH v4] fs: hide names_cachep behind runtime access machinery

From: Linus Torvalds

Date: Fri Oct 31 2025 - 12:31:58 EST


On Fri, 31 Oct 2025 at 09:25, Mateusz Guzik <mjguzik@xxxxxxxxx> wrote:
>
> I take the intent would be still to fail compilation if
> runtime-const.h is included. The file is there for the premier
> platforms, but most platforms still resort to
> asm-generic/runtime-const.h. I think it would be beneficial to have
> that sucker also cause compilation failure if included for a module.

Good point. Yeah, I think you're right.

Linus