diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2024-06-03 06:58:44 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2024-10-07 20:34:41 +0300 |
commit | be5498cac2ddb112c5bd7433d5e834a1a2493427 (patch) | |
tree | db698bacb93b31585887975073ff69216fa356c7 /fs/fcntl.c | |
parent | 8fd3395ec9051a52828fcca2328cb50a69dea8ef (diff) | |
download | linux-be5498cac2ddb112c5bd7433d5e834a1a2493427.tar.xz |
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 <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/fcntl.c')
-rw-r--r-- | fs/fcntl.c | 1 |
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> |