]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nscommon: simplify initialization
authorChristian Brauner <brauner@kernel.org>
Wed, 17 Sep 2025 10:28:07 +0000 (12:28 +0200)
committerChristian Brauner <brauner@kernel.org>
Fri, 19 Sep 2025 12:26:19 +0000 (14:26 +0200)
commit5612ff3ec588be09f11a9424db6d1186bcdeb3fa
tree9dd354500d819171d059cb5045762a4753ab34b8
parentd5b27cb8c5f30c972e041b30bc38fa5875b1a469
nscommon: simplify initialization

There's a lot of information that namespace implementers don't need to
know about at all. Encapsulate this all in the initialization helper.

Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/namespace.c
include/linux/ns_common.h
ipc/namespace.c
kernel/cgroup/namespace.c
kernel/nscommon.c
kernel/pid_namespace.c
kernel/time/namespace.c
kernel/user_namespace.c
kernel/utsname.c
net/core/net_namespace.c