diff options
| author | Christian Brauner <brauner@kernel.org> | 2025-11-10 16:08:15 +0100 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2025-11-11 10:01:30 +0100 |
| commit | 1c64fb02ac46f5ca93ac9f5470f124921b4713b7 (patch) | |
| tree | 7c203df85d1a6d9b34984c835bc5641b7ea20dbe /include/linux/nstree.h | |
| parent | ea1549e628ec51dcbea1d158301993364b754d75 (diff) | |
| download | linux-next-1c64fb02ac46f5ca93ac9f5470f124921b4713b7.tar.gz linux-next-1c64fb02ac46f5ca93ac9f5470f124921b4713b7.zip | |
nstree: move nstree types into separate header
Introduce two new fundamental data structures for namespace tree
management in a separate header file.
Link: https://patch.msgid.link/20251110-work-namespace-nstree-fixes-v1-3-e8a9264e0fb9@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include/linux/nstree.h')
| -rw-r--r-- | include/linux/nstree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nstree.h b/include/linux/nstree.h index 25040a98a92b..0e275df7e99a 100644 --- a/include/linux/nstree.h +++ b/include/linux/nstree.h @@ -3,6 +3,7 @@ #ifndef _LINUX_NSTREE_H #define _LINUX_NSTREE_H +#include <linux/ns/nstree_types.h> #include <linux/nsproxy.h> #include <linux/rbtree.h> #include <linux/seqlock.h> |
