summaryrefslogtreecommitdiffstats
path: root/fs/ext4/acl.c
diff options
context:
space:
mode:
authorSheng Yong2015-04-03 05:47:42 +0200
committerTheodore Ts'o2015-04-03 05:47:42 +0200
commit72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7 (patch)
treeb9ba0496846e522e0d01edda682fb93411e412e2 /fs/ext4/acl.c
parentext4: fix comments in ext4_can_extents_be_merged() (diff)
downloadkernel-qcow2-linux-72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7.tar.gz
kernel-qcow2-linux-72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7.tar.xz
kernel-qcow2-linux-72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7.zip
ext4: remove unused header files
Remove unused header files and header files which are included in ext4.h. Signed-off-by: Sheng Yong <shengyong1@huawei.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/acl.c')
-rw-r--r--fs/ext4/acl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ext4/acl.c b/fs/ext4/acl.c
index d40c8dbbb0d6..69b1e73026a5 100644
--- a/fs/ext4/acl.c
+++ b/fs/ext4/acl.c
@@ -4,11 +4,6 @@
* Copyright (C) 2001-2003 Andreas Gruenbacher, <agruen@suse.de>
*/
-#include <linux/init.h>
-#include <linux/sched.h>
-#include <linux/slab.h>
-#include <linux/capability.h>
-#include <linux/fs.h>
#include "ext4_jbd2.h"
#include "ext4.h"
#include "xattr.h"