summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2016-07-06 12:27:15 +0000
committerMiklos Szeredi <mszeredi@redhat.com>2016-07-29 12:05:24 +0200
commit5f215013a9a17904b9103bb5f499cecc89df55bd (patch)
tree982023463edc6f30a07754b8b1f450a656b7def7 /fs
parent500cac3ccee65526d5075da3af2674101305bf8c (diff)
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')
-rw-r--r--fs/overlayfs/super.c1
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>