aboutsummaryrefslogtreecommitdiffstats
path: root/fs/file_table.c
diff options
context:
space:
mode:
authorChristian Brauner <[email protected]>2024-10-10 10:00:03 +0000
committerChristian Brauner <[email protected]>2024-10-30 08:58:02 +0000
commit2ec67bb4f9c08000982d6aa0e72511bcc83caeb6 (patch)
treeb5c0b8fc842d830247b4e01cefdb37d94a2cb2ad /fs/file_table.c
parentMerge patch series "fs: introduce file_ref_t" (diff)
parentexpand_files(): simplify calling conventions (diff)
downloadkernel-2ec67bb4f9c08000982d6aa0e72511bcc83caeb6.tar.gz
kernel-2ec67bb4f9c08000982d6aa0e72511bcc83caeb6.zip
Merge branch 'work.fdtable' into vfs.file
Bring in the fdtable changes for this cycle. Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'fs/file_table.c')
-rw-r--r--fs/file_table.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/file_table.c b/fs/file_table.c
index db4fde6fe620..976736be47cb 100644
--- a/fs/file_table.c
+++ b/fs/file_table.c
@@ -9,7 +9,6 @@
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/file.h>
-#include <linux/fdtable.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/fs.h>