On Wed, Sep 10 2025 at 16:37, Christian Brauner wrote: > Every namespace type has a container_of(ns, <ns_type>, ns) static inline > function that is currently not exposed in the header. So we have a bunch > of places that open-code it via container_of(). Move it to the headers > so we can use it directly. > > Signed-off-by: Christian Brauner <brauner@xxxxxxxxxx> Acked-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>