diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2018-02-25 02:47:29 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2018-03-29 15:07:45 -0400 |
commit | 43986d63b60fd0152d9038ee3f0f9294efa8c983 (patch) | |
tree | e91a4301bd0eb163d769aa36420dd741a8413c2b /fs/dcache.c | |
parent | 8f04da2adbdffed8dc4b2feb00ec3b3d84683885 (diff) | |
download | linux-43986d63b60fd0152d9038ee3f0f9294efa8c983.tar.bz2 |
dcache.c: trim includes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/dcache.c')
-rw-r--r-- | fs/dcache.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/dcache.c b/fs/dcache.c index 9b4e7fd0ee66..91626643fc86 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -25,17 +25,14 @@ #include <linux/cache.h> #include <linux/export.h> #include <linux/mount.h> -#include <linux/file.h> #include <linux/uaccess.h> #include <linux/security.h> #include <linux/seqlock.h> -#include <linux/swap.h> #include <linux/bootmem.h> #include <linux/fs_struct.h> #include <linux/bit_spinlock.h> #include <linux/rculist_bl.h> #include <linux/prefetch.h> -#include <linux/ratelimit.h> #include <linux/list_lru.h> #include "internal.h" #include "mount.h" |