diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2024-06-02 23:58:44 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2024-10-07 13:34:41 -0400 |
commit | be5498cac2ddb112c5bd7433d5e834a1a2493427 (patch) | |
tree | db698bacb93b31585887975073ff69216fa356c7 /fs/overlayfs | |
parent | 8fd3395ec9051a52828fcca2328cb50a69dea8ef (diff) |
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/overlayfs')
-rw-r--r-- | fs/overlayfs/copy_up.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/overlayfs/copy_up.c b/fs/overlayfs/copy_up.c index 2ed6ad641a20..ee2cbd044ce6 100644 --- a/fs/overlayfs/copy_up.c +++ b/fs/overlayfs/copy_up.c @@ -16,7 +16,6 @@ #include <linux/sched/signal.h> #include <linux/cred.h> #include <linux/namei.h> -#include <linux/fdtable.h> #include <linux/ratelimit.h> #include <linux/exportfs.h> #include "overlayfs.h" |