diff options
-rw-r--r-- | fs/ext4/acl.c | 5 | ||||
-rw-r--r-- | fs/ext4/balloc.c | 1 | ||||
-rw-r--r-- | fs/ext4/bitmap.c | 1 | ||||
-rw-r--r-- | fs/ext4/block_validity.c | 1 | ||||
-rw-r--r-- | fs/ext4/dir.c | 2 | ||||
-rw-r--r-- | fs/ext4/extents_status.c | 2 | ||||
-rw-r--r-- | fs/ext4/file.c | 1 | ||||
-rw-r--r-- | fs/ext4/fsync.c | 1 | ||||
-rw-r--r-- | fs/ext4/hash.c | 1 | ||||
-rw-r--r-- | fs/ext4/ialloc.c | 1 | ||||
-rw-r--r-- | fs/ext4/inode.c | 2 | ||||
-rw-r--r-- | fs/ext4/ioctl.c | 1 | ||||
-rw-r--r-- | fs/ext4/namei.c | 1 | ||||
-rw-r--r-- | fs/ext4/page-io.c | 2 | ||||
-rw-r--r-- | fs/ext4/super.c | 1 | ||||
-rw-r--r-- | fs/ext4/symlink.c | 1 | ||||
-rw-r--r-- | fs/ext4/xattr.c | 1 |
17 files changed, 0 insertions, 25 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 @@ | |||
4 | * Copyright (C) 2001-2003 Andreas Gruenbacher, <agruen@suse.de> | 4 | * Copyright (C) 2001-2003 Andreas Gruenbacher, <agruen@suse.de> |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include <linux/init.h> | ||
8 | #include <linux/sched.h> | ||
9 | #include <linux/slab.h> | ||
10 | #include <linux/capability.h> | ||
11 | #include <linux/fs.h> | ||
12 | #include "ext4_jbd2.h" | 7 | #include "ext4_jbd2.h" |
13 | #include "ext4.h" | 8 | #include "ext4.h" |
14 | #include "xattr.h" | 9 | #include "xattr.h" |
diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c index 83a6f497c4e0..9fadcf43342d 100644 --- a/fs/ext4/balloc.c +++ b/fs/ext4/balloc.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <linux/time.h> | 14 | #include <linux/time.h> |
15 | #include <linux/capability.h> | 15 | #include <linux/capability.h> |
16 | #include <linux/fs.h> | 16 | #include <linux/fs.h> |
17 | #include <linux/jbd2.h> | ||
18 | #include <linux/quotaops.h> | 17 | #include <linux/quotaops.h> |
19 | #include <linux/buffer_head.h> | 18 | #include <linux/buffer_head.h> |
20 | #include "ext4.h" | 19 | #include "ext4.h" |
diff --git a/fs/ext4/bitmap.c b/fs/ext4/bitmap.c index b610779a958c..4a606afb171f 100644 --- a/fs/ext4/bitmap.c +++ b/fs/ext4/bitmap.c | |||
@@ -8,7 +8,6 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <linux/buffer_head.h> | 10 | #include <linux/buffer_head.h> |
11 | #include <linux/jbd2.h> | ||
12 | #include "ext4.h" | 11 | #include "ext4.h" |
13 | 12 | ||
14 | unsigned int ext4_count_free(char *bitmap, unsigned int numchars) | 13 | unsigned int ext4_count_free(char *bitmap, unsigned int numchars) |
diff --git a/fs/ext4/block_validity.c b/fs/ext4/block_validity.c index 41eb9dcfac7e..3522340c7a99 100644 --- a/fs/ext4/block_validity.c +++ b/fs/ext4/block_validity.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <linux/swap.h> | 16 | #include <linux/swap.h> |
17 | #include <linux/pagemap.h> | 17 | #include <linux/pagemap.h> |
18 | #include <linux/blkdev.h> | 18 | #include <linux/blkdev.h> |
19 | #include <linux/mutex.h> | ||
20 | #include <linux/slab.h> | 19 | #include <linux/slab.h> |
21 | #include "ext4.h" | 20 | #include "ext4.h" |
22 | 21 | ||
diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c index c24143ea9c08..9e1e9e7869cb 100644 --- a/fs/ext4/dir.c +++ b/fs/ext4/dir.c | |||
@@ -22,10 +22,8 @@ | |||
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <linux/fs.h> | 24 | #include <linux/fs.h> |
25 | #include <linux/jbd2.h> | ||
26 | #include <linux/buffer_head.h> | 25 | #include <linux/buffer_head.h> |
27 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |
28 | #include <linux/rbtree.h> | ||
29 | #include "ext4.h" | 27 | #include "ext4.h" |
30 | #include "xattr.h" | 28 | #include "xattr.h" |
31 | 29 | ||
diff --git a/fs/ext4/extents_status.c b/fs/ext4/extents_status.c index e04d45733976..d33d5a6852b9 100644 --- a/fs/ext4/extents_status.c +++ b/fs/ext4/extents_status.c | |||
@@ -9,12 +9,10 @@ | |||
9 | * | 9 | * |
10 | * Ext4 extents status tree core functions. | 10 | * Ext4 extents status tree core functions. |
11 | */ | 11 | */ |
12 | #include <linux/rbtree.h> | ||
13 | #include <linux/list_sort.h> | 12 | #include <linux/list_sort.h> |
14 | #include <linux/proc_fs.h> | 13 | #include <linux/proc_fs.h> |
15 | #include <linux/seq_file.h> | 14 | #include <linux/seq_file.h> |
16 | #include "ext4.h" | 15 | #include "ext4.h" |
17 | #include "extents_status.h" | ||
18 | 16 | ||
19 | #include <trace/events/ext4.h> | 17 | #include <trace/events/ext4.h> |
20 | 18 | ||
diff --git a/fs/ext4/file.c b/fs/ext4/file.c index 33a09da16c9c..fcc6c1349186 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c | |||
@@ -20,7 +20,6 @@ | |||
20 | 20 | ||
21 | #include <linux/time.h> | 21 | #include <linux/time.h> |
22 | #include <linux/fs.h> | 22 | #include <linux/fs.h> |
23 | #include <linux/jbd2.h> | ||
24 | #include <linux/mount.h> | 23 | #include <linux/mount.h> |
25 | #include <linux/path.h> | 24 | #include <linux/path.h> |
26 | #include <linux/aio.h> | 25 | #include <linux/aio.h> |
diff --git a/fs/ext4/fsync.c b/fs/ext4/fsync.c index a8bc47f75fa0..e9d632e9aa4b 100644 --- a/fs/ext4/fsync.c +++ b/fs/ext4/fsync.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/fs.h> | 26 | #include <linux/fs.h> |
27 | #include <linux/sched.h> | 27 | #include <linux/sched.h> |
28 | #include <linux/writeback.h> | 28 | #include <linux/writeback.h> |
29 | #include <linux/jbd2.h> | ||
30 | #include <linux/blkdev.h> | 29 | #include <linux/blkdev.h> |
31 | 30 | ||
32 | #include "ext4.h" | 31 | #include "ext4.h" |
diff --git a/fs/ext4/hash.c b/fs/ext4/hash.c index 3d586f02883e..e026aa941fd5 100644 --- a/fs/ext4/hash.c +++ b/fs/ext4/hash.c | |||
@@ -10,7 +10,6 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <linux/fs.h> | 12 | #include <linux/fs.h> |
13 | #include <linux/jbd2.h> | ||
14 | #include <linux/cryptohash.h> | 13 | #include <linux/cryptohash.h> |
15 | #include "ext4.h" | 14 | #include "ext4.h" |
16 | 15 | ||
diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c index ac644c31ca67..6ab6f639c70b 100644 --- a/fs/ext4/ialloc.c +++ b/fs/ext4/ialloc.c | |||
@@ -14,7 +14,6 @@ | |||
14 | 14 | ||
15 | #include <linux/time.h> | 15 | #include <linux/time.h> |
16 | #include <linux/fs.h> | 16 | #include <linux/fs.h> |
17 | #include <linux/jbd2.h> | ||
18 | #include <linux/stat.h> | 17 | #include <linux/stat.h> |
19 | #include <linux/string.h> | 18 | #include <linux/string.h> |
20 | #include <linux/quotaops.h> | 19 | #include <linux/quotaops.h> |
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 | ||
diff --git a/fs/ext4/ioctl.c b/fs/ext4/ioctl.c index f58a0d106726..f1aa32c2277c 100644 --- a/fs/ext4/ioctl.c +++ b/fs/ext4/ioctl.c | |||
@@ -8,7 +8,6 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <linux/fs.h> | 10 | #include <linux/fs.h> |
11 | #include <linux/jbd2.h> | ||
12 | #include <linux/capability.h> | 11 | #include <linux/capability.h> |
13 | #include <linux/time.h> | 12 | #include <linux/time.h> |
14 | #include <linux/compat.h> | 13 | #include <linux/compat.h> |
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index 8110dd20ad3f..efb64aee5b9e 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c | |||
@@ -26,7 +26,6 @@ | |||
26 | 26 | ||
27 | #include <linux/fs.h> | 27 | #include <linux/fs.h> |
28 | #include <linux/pagemap.h> | 28 | #include <linux/pagemap.h> |
29 | #include <linux/jbd2.h> | ||
30 | #include <linux/time.h> | 29 | #include <linux/time.h> |
31 | #include <linux/fcntl.h> | 30 | #include <linux/fcntl.h> |
32 | #include <linux/stat.h> | 31 | #include <linux/stat.h> |
diff --git a/fs/ext4/page-io.c b/fs/ext4/page-io.c index b24a2541a9ba..5687e4750c1e 100644 --- a/fs/ext4/page-io.c +++ b/fs/ext4/page-io.c | |||
@@ -8,7 +8,6 @@ | |||
8 | 8 | ||
9 | #include <linux/fs.h> | 9 | #include <linux/fs.h> |
10 | #include <linux/time.h> | 10 | #include <linux/time.h> |
11 | #include <linux/jbd2.h> | ||
12 | #include <linux/highuid.h> | 11 | #include <linux/highuid.h> |
13 | #include <linux/pagemap.h> | 12 | #include <linux/pagemap.h> |
14 | #include <linux/quotaops.h> | 13 | #include <linux/quotaops.h> |
@@ -25,7 +24,6 @@ | |||
25 | #include <linux/kernel.h> | 24 | #include <linux/kernel.h> |
26 | #include <linux/slab.h> | 25 | #include <linux/slab.h> |
27 | #include <linux/mm.h> | 26 | #include <linux/mm.h> |
28 | #include <linux/ratelimit.h> | ||
29 | 27 | ||
30 | #include "ext4_jbd2.h" | 28 | #include "ext4_jbd2.h" |
31 | #include "xattr.h" | 29 | #include "xattr.h" |
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index e061e66c8280..c681352f7c69 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <linux/fs.h> | 21 | #include <linux/fs.h> |
22 | #include <linux/time.h> | 22 | #include <linux/time.h> |
23 | #include <linux/vmalloc.h> | 23 | #include <linux/vmalloc.h> |
24 | #include <linux/jbd2.h> | ||
25 | #include <linux/slab.h> | 24 | #include <linux/slab.h> |
26 | #include <linux/init.h> | 25 | #include <linux/init.h> |
27 | #include <linux/blkdev.h> | 26 | #include <linux/blkdev.h> |
diff --git a/fs/ext4/symlink.c b/fs/ext4/symlink.c index ff3711932018..489b34333ea4 100644 --- a/fs/ext4/symlink.c +++ b/fs/ext4/symlink.c | |||
@@ -18,7 +18,6 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <linux/fs.h> | 20 | #include <linux/fs.h> |
21 | #include <linux/jbd2.h> | ||
22 | #include <linux/namei.h> | 21 | #include <linux/namei.h> |
23 | #include "ext4.h" | 22 | #include "ext4.h" |
24 | #include "xattr.h" | 23 | #include "xattr.h" |
diff --git a/fs/ext4/xattr.c b/fs/ext4/xattr.c index 1e09fc77395c..99a2cf858c8f 100644 --- a/fs/ext4/xattr.c +++ b/fs/ext4/xattr.c | |||
@@ -55,7 +55,6 @@ | |||
55 | #include <linux/slab.h> | 55 | #include <linux/slab.h> |
56 | #include <linux/mbcache.h> | 56 | #include <linux/mbcache.h> |
57 | #include <linux/quotaops.h> | 57 | #include <linux/quotaops.h> |
58 | #include <linux/rwsem.h> | ||
59 | #include "ext4_jbd2.h" | 58 | #include "ext4_jbd2.h" |
60 | #include "ext4.h" | 59 | #include "ext4.h" |
61 | #include "xattr.h" | 60 | #include "xattr.h" |