]> Gentwo Git Trees - linux/.git/commit
nstree: make iterator generic
authorChristian Brauner <brauner@kernel.org>
Fri, 12 Sep 2025 11:52:40 +0000 (13:52 +0200)
committerChristian Brauner <brauner@kernel.org>
Fri, 19 Sep 2025 12:26:14 +0000 (14:26 +0200)
commit885fc8ac0a4dc70f5d87b80b0977292870e35c60
treed07cb453bcaef7099f3de74733dd86cf4fd761fe
parent86c5aba210b145d7de011a5abaf9b785aa70a183
nstree: make iterator generic

Move the namespace iteration infrastructure originally introduced for
mount namespaces into a generic library usable by all namespace types.

Signed-off-by: Christian Brauner <brauner@kernel.org>
include/linux/ns_common.h
include/linux/nstree.h [new file with mode: 0644]
include/linux/proc_ns.h
kernel/Makefile
kernel/nstree.c [new file with mode: 0644]