diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2016-07-06 12:27:15 +0000 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2016-07-29 12:05:24 +0200 |
commit | 5f215013a9a17904b9103bb5f499cecc89df55bd (patch) | |
tree | 982023463edc6f30a07754b8b1f450a656b7def7 /fs/overlayfs | |
parent | 500cac3ccee65526d5075da3af2674101305bf8c (diff) | |
download | linux-5f215013a9a17904b9103bb5f499cecc89df55bd.tar.gz linux-5f215013a9a17904b9103bb5f499cecc89df55bd.tar.bz2 linux-5f215013a9a17904b9103bb5f499cecc89df55bd.zip |
ovl: remove duplicated include from super.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs')
-rw-r--r-- | fs/overlayfs/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c index 0d40f9a83c32..fa997bdd951d 100644 --- a/fs/overlayfs/super.c +++ b/fs/overlayfs/super.c @@ -16,7 +16,6 @@ #include <linux/slab.h> #include <linux/parser.h> #include <linux/module.h> -#include <linux/pagemap.h> #include <linux/sched.h> #include <linux/statfs.h> #include <linux/seq_file.h> |