include/linux/nstree.h
0 → 100644
+91
−0
+3
−0
+1
−1
kernel/nstree.c
0 → 100644
+233
−0
Loading
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>