aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fcntl.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/fcntl.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/fcntl.c')
-rw-r--r--fs/fcntl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/fcntl.c b/fs/fcntl.c
index 22dd9dcce7ec..8928874c8a2e 100644
--- a/fs/fcntl.c
+++ b/fs/fcntl.c
@@ -12,7 +12,6 @@
#include <linux/fs.h>
#include <linux/filelock.h>
#include <linux/file.h>
-#include <linux/fdtable.h>
#include <linux/capability.h>
#include <linux/dnotify.h>
#include <linux/slab.h>