aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
authorSheng Yong <shengyong1@huawei.com>2015-04-02 23:47:42 -0400
committerTheodore Ts'o <tytso@mit.edu>2015-04-02 23:47:42 -0400
commit72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7 (patch)
treeb9ba0496846e522e0d01edda682fb93411e412e2 /fs/ext4/inode.c
parent4255c224b97f6d286d9d791962dec2b02c652b42 (diff)
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/inode.c')
-rw-r--r--fs/ext4/inode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 5cb9a212b86f..ff0c111e52eb 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -20,7 +20,6 @@
20 20
21#include <linux/fs.h> 21#include <linux/fs.h>
22#include <linux/time.h> 22#include <linux/time.h>
23#include <linux/jbd2.h>
24#include <linux/highuid.h> 23#include <linux/highuid.h>
25#include <linux/pagemap.h> 24#include <linux/pagemap.h>
26#include <linux/quotaops.h> 25#include <linux/quotaops.h>
@@ -36,7 +35,6 @@
36#include <linux/kernel.h> 35#include <linux/kernel.h>
37#include <linux/printk.h> 36#include <linux/printk.h>
38#include <linux/slab.h> 37#include <linux/slab.h>
39#include <linux/ratelimit.h>
40#include <linux/aio.h> 38#include <linux/aio.h>
41#include <linux/bitops.h> 39#include <linux/bitops.h>
42 40