aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/bpf/token.c
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2024-10-10 12:00:03 +0200
committerChristian Brauner <brauner@kernel.org>2024-10-30 09:58:02 +0100
commit2ec67bb4f9c08000982d6aa0e72511bcc83caeb6 (patch)
treeb5c0b8fc842d830247b4e01cefdb37d94a2cb2ad /kernel/bpf/token.c
parentMerge patch series "fs: introduce file_ref_t" (diff)
parentexpand_files(): simplify calling conventions (diff)
downloadwireguard-linux-2ec67bb4f9c08000982d6aa0e72511bcc83caeb6.tar.xz
wireguard-linux-2ec67bb4f9c08000982d6aa0e72511bcc83caeb6.zip
Merge branch 'work.fdtable' into vfs.file
Bring in the fdtable changes for this cycle. Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to '')
-rw-r--r--kernel/bpf/token.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/bpf/token.c b/kernel/bpf/token.c
index dcbec1a0dfb3..26057aa13503 100644
--- a/kernel/bpf/token.c
+++ b/kernel/bpf/token.c
@@ -1,6 +1,5 @@
#include <linux/bpf.h>
#include <linux/vmalloc.h>
-#include <linux/fdtable.h>
#include <linux/file.h>
#include <linux/fs.h>
#include <linux/kernel.h>