diff options
author | Christian Brauner <brauner@kernel.org> | 2025-09-12 13:52:43 +0200 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2025-09-19 14:26:15 +0200 |
commit | 74b24a582e1ff3960f0454f57afc2bcdbc52562e (patch) | |
tree | 65ab4ac5b2407abafb1dfffc6e59a0c52ffd40a9 /ipc/msgutil.c | |
parent | 7c60593985331e7839ec3fea6328a3253a325e82 (diff) |
ipc: support ns lookup
Support the generic ns lookup infrastructure to support file handles for
namespaces.
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'ipc/msgutil.c')
-rw-r--r-- | ipc/msgutil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/msgutil.c b/ipc/msgutil.c index c7be0c792647..bbf61275df41 100644 --- a/ipc/msgutil.c +++ b/ipc/msgutil.c @@ -15,6 +15,7 @@ #include <linux/proc_ns.h> #include <linux/uaccess.h> #include <linux/sched.h> +#include <linux/nstree.h> #include "util.h" |