summaryrefslogtreecommitdiff
path: root/ipc/msgutil.c
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2025-09-12 13:52:43 +0200
committerChristian Brauner <brauner@kernel.org>2025-09-19 14:26:15 +0200
commit74b24a582e1ff3960f0454f57afc2bcdbc52562e (patch)
tree65ab4ac5b2407abafb1dfffc6e59a0c52ffd40a9 /ipc/msgutil.c
parent7c60593985331e7839ec3fea6328a3253a325e82 (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.c1
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"