aboutsummaryrefslogtreecommitdiffstats
path: root/fs/file_table.c
diff options
context:
space:
mode:
authorAl Viro <[email protected]>2024-06-03 03:58:44 +0000
committerAl Viro <[email protected]>2024-10-07 17:34:41 +0000
commitbe5498cac2ddb112c5bd7433d5e834a1a2493427 (patch)
treedb698bacb93b31585887975073ff69216fa356c7 /fs/file_table.c
parentget rid of ...lookup...fdget_rcu() family (diff)
downloadkernel-be5498cac2ddb112c5bd7433d5e834a1a2493427.tar.gz
kernel-be5498cac2ddb112c5bd7433d5e834a1a2493427.zip
remove pointless includes of <linux/fdtable.h>
some of those used to be needed, some had been cargo-culted for no reason... Reviewed-by: Christian Brauner <[email protected]> Signed-off-by: Al Viro <[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 eed5ffad9997..9e46fd4336b0 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>