]> Gentwo Git Trees - linux/.git/commit
ns: rename to exit_nsproxy_namespaces()
authorChristian Brauner <brauner@kernel.org>
Wed, 29 Oct 2025 12:20:23 +0000 (13:20 +0100)
committerChristian Brauner <brauner@kernel.org>
Mon, 3 Nov 2025 16:41:17 +0000 (17:41 +0100)
commit4b06b70c8244b442d58ae0fb59870cf31fdb422e
tree6dc524549f054817de3c9183e85c7ae8fbf7452e
parent6b053576edb12c7739ea9c7c9900031361922631
ns: rename to exit_nsproxy_namespaces()

The current naming is very misleading as this really isn't exiting all
of the task's namespaces. It is only exiting the namespaces that hang of
off nsproxy. Reflect that in the name.

Link: https://patch.msgid.link/20251029-work-namespace-nstree-listns-v4-10-2e6f823ebdc0@kernel.org
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
include/linux/nsproxy.h
kernel/cgroup/cgroup.c
kernel/exit.c
kernel/fork.c
kernel/nsproxy.c