Commit 3400777ff03a3cd4fdbc6cb15676fc7e7ceefc00
Committed by
Alex Elder
1 parent
288699feca
Exists in
master
and in
39 other branches
xfs: remove unneeded #include statements
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com>
Showing 52 changed files with 0 additions and 235 deletions Side-by-side Diff
- fs/xfs/linux-2.6/xfs_aops.c
- fs/xfs/linux-2.6/xfs_file.c
- fs/xfs/linux-2.6/xfs_ioctl.c
- fs/xfs/linux-2.6/xfs_ioctl32.c
- fs/xfs/linux-2.6/xfs_iops.c
- fs/xfs/linux-2.6/xfs_super.c
- fs/xfs/linux-2.6/xfs_sync.c
- fs/xfs/linux-2.6/xfs_trace.c
- fs/xfs/quota/xfs_dquot.c
- fs/xfs/quota/xfs_dquot_item.c
- fs/xfs/quota/xfs_qm.c
- fs/xfs/quota/xfs_qm_bhv.c
- fs/xfs/quota/xfs_qm_stats.c
- fs/xfs/quota/xfs_qm_syscalls.c
- fs/xfs/quota/xfs_trans_dquot.c
- fs/xfs/xfs_alloc.c
- fs/xfs/xfs_alloc_btree.c
- fs/xfs/xfs_attr.c
- fs/xfs/xfs_attr_leaf.c
- fs/xfs/xfs_bmap.c
- fs/xfs/xfs_bmap_btree.c
- fs/xfs/xfs_btree.c
- fs/xfs/xfs_da_btree.c
- fs/xfs/xfs_dfrag.c
- fs/xfs/xfs_dir2.c
- fs/xfs/xfs_dir2_block.c
- fs/xfs/xfs_dir2_data.c
- fs/xfs/xfs_dir2_leaf.c
- fs/xfs/xfs_dir2_node.c
- fs/xfs/xfs_dir2_sf.c
- fs/xfs/xfs_error.c
- fs/xfs/xfs_filestream.c
- fs/xfs/xfs_fsops.c
- fs/xfs/xfs_ialloc.c
- fs/xfs/xfs_ialloc_btree.c
- fs/xfs/xfs_iget.c
- fs/xfs/xfs_inode.c
- fs/xfs/xfs_inode_item.c
- fs/xfs/xfs_iomap.c
- fs/xfs/xfs_itable.c
- fs/xfs/xfs_log.c
- fs/xfs/xfs_log_cil.c
- fs/xfs/xfs_log_recover.c
- fs/xfs/xfs_mount.c
- fs/xfs/xfs_rename.c
- fs/xfs/xfs_rtalloc.c
- fs/xfs/xfs_rw.c
- fs/xfs/xfs_trans.c
- fs/xfs/xfs_trans_buf.c
- fs/xfs/xfs_trans_inode.c
- fs/xfs/xfs_utils.c
- fs/xfs/xfs_vnodeops.c
fs/xfs/linux-2.6/xfs_aops.c
... | ... | @@ -21,18 +21,12 @@ |
21 | 21 | #include "xfs_inum.h" |
22 | 22 | #include "xfs_sb.h" |
23 | 23 | #include "xfs_ag.h" |
24 | -#include "xfs_dir2.h" | |
25 | 24 | #include "xfs_trans.h" |
26 | 25 | #include "xfs_mount.h" |
27 | 26 | #include "xfs_bmap_btree.h" |
28 | -#include "xfs_alloc_btree.h" | |
29 | -#include "xfs_ialloc_btree.h" | |
30 | -#include "xfs_dir2_sf.h" | |
31 | -#include "xfs_attr_sf.h" | |
32 | 27 | #include "xfs_dinode.h" |
33 | 28 | #include "xfs_inode.h" |
34 | 29 | #include "xfs_alloc.h" |
35 | -#include "xfs_btree.h" | |
36 | 30 | #include "xfs_error.h" |
37 | 31 | #include "xfs_rw.h" |
38 | 32 | #include "xfs_iomap.h" |
fs/xfs/linux-2.6/xfs_file.c
... | ... | @@ -22,22 +22,15 @@ |
22 | 22 | #include "xfs_inum.h" |
23 | 23 | #include "xfs_sb.h" |
24 | 24 | #include "xfs_ag.h" |
25 | -#include "xfs_dir2.h" | |
26 | 25 | #include "xfs_trans.h" |
27 | 26 | #include "xfs_mount.h" |
28 | 27 | #include "xfs_bmap_btree.h" |
29 | -#include "xfs_alloc_btree.h" | |
30 | -#include "xfs_ialloc_btree.h" | |
31 | 28 | #include "xfs_alloc.h" |
32 | -#include "xfs_btree.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | -#include "xfs_dir2_sf.h" | |
35 | 29 | #include "xfs_dinode.h" |
36 | 30 | #include "xfs_inode.h" |
37 | 31 | #include "xfs_inode_item.h" |
38 | 32 | #include "xfs_bmap.h" |
39 | 33 | #include "xfs_error.h" |
40 | -#include "xfs_rw.h" | |
41 | 34 | #include "xfs_vnodeops.h" |
42 | 35 | #include "xfs_da_btree.h" |
43 | 36 | #include "xfs_ioctl.h" |
fs/xfs/linux-2.6/xfs_ioctl.c
... | ... | @@ -23,23 +23,15 @@ |
23 | 23 | #include "xfs_trans.h" |
24 | 24 | #include "xfs_sb.h" |
25 | 25 | #include "xfs_ag.h" |
26 | -#include "xfs_dir2.h" | |
27 | 26 | #include "xfs_alloc.h" |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | -#include "xfs_alloc_btree.h" | |
31 | -#include "xfs_ialloc_btree.h" | |
32 | -#include "xfs_attr_sf.h" | |
33 | -#include "xfs_dir2_sf.h" | |
34 | 29 | #include "xfs_dinode.h" |
35 | 30 | #include "xfs_inode.h" |
36 | 31 | #include "xfs_ioctl.h" |
37 | -#include "xfs_btree.h" | |
38 | -#include "xfs_ialloc.h" | |
39 | 32 | #include "xfs_rtalloc.h" |
40 | 33 | #include "xfs_itable.h" |
41 | 34 | #include "xfs_error.h" |
42 | -#include "xfs_rw.h" | |
43 | 35 | #include "xfs_attr.h" |
44 | 36 | #include "xfs_bmap.h" |
45 | 37 | #include "xfs_buf_item.h" |
fs/xfs/linux-2.6/xfs_ioctl32.c
... | ... | @@ -28,11 +28,8 @@ |
28 | 28 | #include "xfs_trans.h" |
29 | 29 | #include "xfs_sb.h" |
30 | 30 | #include "xfs_ag.h" |
31 | -#include "xfs_dir2.h" | |
32 | 31 | #include "xfs_mount.h" |
33 | 32 | #include "xfs_bmap_btree.h" |
34 | -#include "xfs_attr_sf.h" | |
35 | -#include "xfs_dir2_sf.h" | |
36 | 33 | #include "xfs_vnode.h" |
37 | 34 | #include "xfs_dinode.h" |
38 | 35 | #include "xfs_inode.h" |
fs/xfs/linux-2.6/xfs_iops.c
... | ... | @@ -24,20 +24,13 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_alloc.h" |
29 | 28 | #include "xfs_quota.h" |
30 | 29 | #include "xfs_mount.h" |
31 | 30 | #include "xfs_bmap_btree.h" |
32 | -#include "xfs_alloc_btree.h" | |
33 | -#include "xfs_ialloc_btree.h" | |
34 | -#include "xfs_dir2_sf.h" | |
35 | -#include "xfs_attr_sf.h" | |
36 | 31 | #include "xfs_dinode.h" |
37 | 32 | #include "xfs_inode.h" |
38 | 33 | #include "xfs_bmap.h" |
39 | -#include "xfs_btree.h" | |
40 | -#include "xfs_ialloc.h" | |
41 | 34 | #include "xfs_rtalloc.h" |
42 | 35 | #include "xfs_error.h" |
43 | 36 | #include "xfs_itable.h" |
fs/xfs/linux-2.6/xfs_super.c
... | ... | @@ -30,8 +30,6 @@ |
30 | 30 | #include "xfs_bmap_btree.h" |
31 | 31 | #include "xfs_alloc_btree.h" |
32 | 32 | #include "xfs_ialloc_btree.h" |
33 | -#include "xfs_dir2_sf.h" | |
34 | -#include "xfs_attr_sf.h" | |
35 | 33 | #include "xfs_dinode.h" |
36 | 34 | #include "xfs_inode.h" |
37 | 35 | #include "xfs_btree.h" |
... | ... | @@ -42,7 +40,6 @@ |
42 | 40 | #include "xfs_error.h" |
43 | 41 | #include "xfs_itable.h" |
44 | 42 | #include "xfs_fsops.h" |
45 | -#include "xfs_rw.h" | |
46 | 43 | #include "xfs_attr.h" |
47 | 44 | #include "xfs_buf_item.h" |
48 | 45 | #include "xfs_utils.h" |
fs/xfs/linux-2.6/xfs_sync.c
... | ... | @@ -24,24 +24,14 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | -#include "xfs_alloc_btree.h" | |
31 | -#include "xfs_ialloc_btree.h" | |
32 | -#include "xfs_btree.h" | |
33 | -#include "xfs_dir2_sf.h" | |
34 | -#include "xfs_attr_sf.h" | |
35 | 29 | #include "xfs_inode.h" |
36 | 30 | #include "xfs_dinode.h" |
37 | 31 | #include "xfs_error.h" |
38 | -#include "xfs_mru_cache.h" | |
39 | 32 | #include "xfs_filestream.h" |
40 | 33 | #include "xfs_vnodeops.h" |
41 | -#include "xfs_utils.h" | |
42 | -#include "xfs_buf_item.h" | |
43 | 34 | #include "xfs_inode_item.h" |
44 | -#include "xfs_rw.h" | |
45 | 35 | #include "xfs_quota.h" |
46 | 36 | #include "xfs_trace.h" |
47 | 37 |
fs/xfs/linux-2.6/xfs_trace.c
... | ... | @@ -24,13 +24,10 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_da_btree.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | 29 | #include "xfs_alloc_btree.h" |
31 | 30 | #include "xfs_ialloc_btree.h" |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 31 | #include "xfs_dinode.h" |
35 | 32 | #include "xfs_inode.h" |
36 | 33 | #include "xfs_btree.h" |
fs/xfs/quota/xfs_dquot.c
... | ... | @@ -23,24 +23,15 @@ |
23 | 23 | #include "xfs_trans.h" |
24 | 24 | #include "xfs_sb.h" |
25 | 25 | #include "xfs_ag.h" |
26 | -#include "xfs_dir2.h" | |
27 | 26 | #include "xfs_alloc.h" |
28 | 27 | #include "xfs_quota.h" |
29 | 28 | #include "xfs_mount.h" |
30 | 29 | #include "xfs_bmap_btree.h" |
31 | -#include "xfs_alloc_btree.h" | |
32 | -#include "xfs_ialloc_btree.h" | |
33 | -#include "xfs_dir2_sf.h" | |
34 | -#include "xfs_attr_sf.h" | |
35 | -#include "xfs_dinode.h" | |
36 | 30 | #include "xfs_inode.h" |
37 | -#include "xfs_btree.h" | |
38 | -#include "xfs_ialloc.h" | |
39 | 31 | #include "xfs_bmap.h" |
40 | 32 | #include "xfs_rtalloc.h" |
41 | 33 | #include "xfs_error.h" |
42 | 34 | #include "xfs_itable.h" |
43 | -#include "xfs_rw.h" | |
44 | 35 | #include "xfs_attr.h" |
45 | 36 | #include "xfs_buf_item.h" |
46 | 37 | #include "xfs_trans_space.h" |
fs/xfs/quota/xfs_dquot_item.c
... | ... | @@ -23,24 +23,15 @@ |
23 | 23 | #include "xfs_trans.h" |
24 | 24 | #include "xfs_sb.h" |
25 | 25 | #include "xfs_ag.h" |
26 | -#include "xfs_dir2.h" | |
27 | 26 | #include "xfs_alloc.h" |
28 | 27 | #include "xfs_quota.h" |
29 | 28 | #include "xfs_mount.h" |
30 | 29 | #include "xfs_bmap_btree.h" |
31 | -#include "xfs_alloc_btree.h" | |
32 | -#include "xfs_ialloc_btree.h" | |
33 | -#include "xfs_dir2_sf.h" | |
34 | -#include "xfs_attr_sf.h" | |
35 | -#include "xfs_dinode.h" | |
36 | 30 | #include "xfs_inode.h" |
37 | 31 | #include "xfs_bmap.h" |
38 | -#include "xfs_btree.h" | |
39 | -#include "xfs_ialloc.h" | |
40 | 32 | #include "xfs_rtalloc.h" |
41 | 33 | #include "xfs_error.h" |
42 | 34 | #include "xfs_itable.h" |
43 | -#include "xfs_rw.h" | |
44 | 35 | #include "xfs_attr.h" |
45 | 36 | #include "xfs_buf_item.h" |
46 | 37 | #include "xfs_trans_priv.h" |
fs/xfs/quota/xfs_qm.c
... | ... | @@ -23,24 +23,18 @@ |
23 | 23 | #include "xfs_trans.h" |
24 | 24 | #include "xfs_sb.h" |
25 | 25 | #include "xfs_ag.h" |
26 | -#include "xfs_dir2.h" | |
27 | 26 | #include "xfs_alloc.h" |
28 | 27 | #include "xfs_quota.h" |
29 | 28 | #include "xfs_mount.h" |
30 | 29 | #include "xfs_bmap_btree.h" |
31 | -#include "xfs_alloc_btree.h" | |
32 | 30 | #include "xfs_ialloc_btree.h" |
33 | -#include "xfs_dir2_sf.h" | |
34 | -#include "xfs_attr_sf.h" | |
35 | 31 | #include "xfs_dinode.h" |
36 | 32 | #include "xfs_inode.h" |
37 | -#include "xfs_btree.h" | |
38 | 33 | #include "xfs_ialloc.h" |
39 | 34 | #include "xfs_itable.h" |
40 | 35 | #include "xfs_rtalloc.h" |
41 | 36 | #include "xfs_error.h" |
42 | 37 | #include "xfs_bmap.h" |
43 | -#include "xfs_rw.h" | |
44 | 38 | #include "xfs_attr.h" |
45 | 39 | #include "xfs_buf_item.h" |
46 | 40 | #include "xfs_trans_space.h" |
fs/xfs/quota/xfs_qm_bhv.c
... | ... | @@ -23,24 +23,15 @@ |
23 | 23 | #include "xfs_trans.h" |
24 | 24 | #include "xfs_sb.h" |
25 | 25 | #include "xfs_ag.h" |
26 | -#include "xfs_dir2.h" | |
27 | 26 | #include "xfs_alloc.h" |
28 | 27 | #include "xfs_quota.h" |
29 | 28 | #include "xfs_mount.h" |
30 | 29 | #include "xfs_bmap_btree.h" |
31 | -#include "xfs_alloc_btree.h" | |
32 | -#include "xfs_ialloc_btree.h" | |
33 | -#include "xfs_dir2_sf.h" | |
34 | -#include "xfs_attr_sf.h" | |
35 | -#include "xfs_dinode.h" | |
36 | 30 | #include "xfs_inode.h" |
37 | -#include "xfs_ialloc.h" | |
38 | 31 | #include "xfs_itable.h" |
39 | -#include "xfs_btree.h" | |
40 | 32 | #include "xfs_bmap.h" |
41 | 33 | #include "xfs_rtalloc.h" |
42 | 34 | #include "xfs_error.h" |
43 | -#include "xfs_rw.h" | |
44 | 35 | #include "xfs_attr.h" |
45 | 36 | #include "xfs_buf_item.h" |
46 | 37 | #include "xfs_qm.h" |
fs/xfs/quota/xfs_qm_stats.c
... | ... | @@ -23,24 +23,15 @@ |
23 | 23 | #include "xfs_trans.h" |
24 | 24 | #include "xfs_sb.h" |
25 | 25 | #include "xfs_ag.h" |
26 | -#include "xfs_dir2.h" | |
27 | 26 | #include "xfs_alloc.h" |
28 | 27 | #include "xfs_quota.h" |
29 | 28 | #include "xfs_mount.h" |
30 | 29 | #include "xfs_bmap_btree.h" |
31 | -#include "xfs_alloc_btree.h" | |
32 | -#include "xfs_ialloc_btree.h" | |
33 | -#include "xfs_dir2_sf.h" | |
34 | -#include "xfs_attr_sf.h" | |
35 | -#include "xfs_dinode.h" | |
36 | 30 | #include "xfs_inode.h" |
37 | -#include "xfs_ialloc.h" | |
38 | 31 | #include "xfs_itable.h" |
39 | 32 | #include "xfs_bmap.h" |
40 | -#include "xfs_btree.h" | |
41 | 33 | #include "xfs_rtalloc.h" |
42 | 34 | #include "xfs_error.h" |
43 | -#include "xfs_rw.h" | |
44 | 35 | #include "xfs_attr.h" |
45 | 36 | #include "xfs_buf_item.h" |
46 | 37 | #include "xfs_qm.h" |
fs/xfs/quota/xfs_qm_syscalls.c
... | ... | @@ -26,24 +26,15 @@ |
26 | 26 | #include "xfs_trans.h" |
27 | 27 | #include "xfs_sb.h" |
28 | 28 | #include "xfs_ag.h" |
29 | -#include "xfs_dir2.h" | |
30 | 29 | #include "xfs_alloc.h" |
31 | 30 | #include "xfs_quota.h" |
32 | 31 | #include "xfs_mount.h" |
33 | 32 | #include "xfs_bmap_btree.h" |
34 | -#include "xfs_alloc_btree.h" | |
35 | -#include "xfs_ialloc_btree.h" | |
36 | -#include "xfs_dir2_sf.h" | |
37 | -#include "xfs_attr_sf.h" | |
38 | -#include "xfs_dinode.h" | |
39 | 33 | #include "xfs_inode.h" |
40 | -#include "xfs_ialloc.h" | |
41 | 34 | #include "xfs_itable.h" |
42 | 35 | #include "xfs_bmap.h" |
43 | -#include "xfs_btree.h" | |
44 | 36 | #include "xfs_rtalloc.h" |
45 | 37 | #include "xfs_error.h" |
46 | -#include "xfs_rw.h" | |
47 | 38 | #include "xfs_attr.h" |
48 | 39 | #include "xfs_buf_item.h" |
49 | 40 | #include "xfs_utils.h" |
fs/xfs/quota/xfs_trans_dquot.c
... | ... | @@ -23,24 +23,15 @@ |
23 | 23 | #include "xfs_trans.h" |
24 | 24 | #include "xfs_sb.h" |
25 | 25 | #include "xfs_ag.h" |
26 | -#include "xfs_dir2.h" | |
27 | 26 | #include "xfs_alloc.h" |
28 | 27 | #include "xfs_quota.h" |
29 | 28 | #include "xfs_mount.h" |
30 | 29 | #include "xfs_bmap_btree.h" |
31 | -#include "xfs_alloc_btree.h" | |
32 | -#include "xfs_ialloc_btree.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | -#include "xfs_dir2_sf.h" | |
35 | -#include "xfs_dinode.h" | |
36 | 30 | #include "xfs_inode.h" |
37 | -#include "xfs_ialloc.h" | |
38 | 31 | #include "xfs_itable.h" |
39 | -#include "xfs_btree.h" | |
40 | 32 | #include "xfs_bmap.h" |
41 | 33 | #include "xfs_rtalloc.h" |
42 | 34 | #include "xfs_error.h" |
43 | -#include "xfs_rw.h" | |
44 | 35 | #include "xfs_attr.h" |
45 | 36 | #include "xfs_buf_item.h" |
46 | 37 | #include "xfs_trans_priv.h" |
fs/xfs/xfs_alloc.c
... | ... | @@ -24,17 +24,13 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | 29 | #include "xfs_alloc_btree.h" |
31 | 30 | #include "xfs_ialloc_btree.h" |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 31 | #include "xfs_dinode.h" |
35 | 32 | #include "xfs_inode.h" |
36 | 33 | #include "xfs_btree.h" |
37 | -#include "xfs_ialloc.h" | |
38 | 34 | #include "xfs_alloc.h" |
39 | 35 | #include "xfs_error.h" |
40 | 36 | #include "xfs_trace.h" |
fs/xfs/xfs_alloc_btree.c
... | ... | @@ -24,18 +24,14 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | 29 | #include "xfs_alloc_btree.h" |
31 | 30 | #include "xfs_ialloc_btree.h" |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 31 | #include "xfs_dinode.h" |
35 | 32 | #include "xfs_inode.h" |
36 | 33 | #include "xfs_btree.h" |
37 | 34 | #include "xfs_btree_trace.h" |
38 | -#include "xfs_ialloc.h" | |
39 | 35 | #include "xfs_alloc.h" |
40 | 36 | #include "xfs_error.h" |
41 | 37 | #include "xfs_trace.h" |
fs/xfs/xfs_attr.c
... | ... | @@ -25,18 +25,13 @@ |
25 | 25 | #include "xfs_trans.h" |
26 | 26 | #include "xfs_sb.h" |
27 | 27 | #include "xfs_ag.h" |
28 | -#include "xfs_dir2.h" | |
29 | 28 | #include "xfs_mount.h" |
30 | 29 | #include "xfs_da_btree.h" |
31 | 30 | #include "xfs_bmap_btree.h" |
32 | -#include "xfs_alloc_btree.h" | |
33 | -#include "xfs_ialloc_btree.h" | |
34 | -#include "xfs_dir2_sf.h" | |
35 | 31 | #include "xfs_attr_sf.h" |
36 | 32 | #include "xfs_dinode.h" |
37 | 33 | #include "xfs_inode.h" |
38 | 34 | #include "xfs_alloc.h" |
39 | -#include "xfs_btree.h" | |
40 | 35 | #include "xfs_inode_item.h" |
41 | 36 | #include "xfs_bmap.h" |
42 | 37 | #include "xfs_attr.h" |
fs/xfs/xfs_attr_leaf.c
... | ... | @@ -24,7 +24,6 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_da_btree.h" |
30 | 29 | #include "xfs_bmap_btree.h" |
... | ... | @@ -32,7 +31,6 @@ |
32 | 31 | #include "xfs_ialloc_btree.h" |
33 | 32 | #include "xfs_alloc.h" |
34 | 33 | #include "xfs_btree.h" |
35 | -#include "xfs_dir2_sf.h" | |
36 | 34 | #include "xfs_attr_sf.h" |
37 | 35 | #include "xfs_dinode.h" |
38 | 36 | #include "xfs_inode.h" |
fs/xfs/xfs_bmap.c
... | ... | @@ -30,12 +30,10 @@ |
30 | 30 | #include "xfs_alloc_btree.h" |
31 | 31 | #include "xfs_ialloc_btree.h" |
32 | 32 | #include "xfs_dir2_sf.h" |
33 | -#include "xfs_attr_sf.h" | |
34 | 33 | #include "xfs_dinode.h" |
35 | 34 | #include "xfs_inode.h" |
36 | 35 | #include "xfs_btree.h" |
37 | 36 | #include "xfs_mount.h" |
38 | -#include "xfs_ialloc.h" | |
39 | 37 | #include "xfs_itable.h" |
40 | 38 | #include "xfs_dir2_data.h" |
41 | 39 | #include "xfs_dir2_leaf.h" |
fs/xfs/xfs_bmap_btree.c
... | ... | @@ -24,20 +24,16 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | 29 | #include "xfs_alloc_btree.h" |
31 | 30 | #include "xfs_ialloc_btree.h" |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 31 | #include "xfs_dinode.h" |
35 | 32 | #include "xfs_inode.h" |
36 | 33 | #include "xfs_inode_item.h" |
37 | 34 | #include "xfs_alloc.h" |
38 | 35 | #include "xfs_btree.h" |
39 | 36 | #include "xfs_btree_trace.h" |
40 | -#include "xfs_ialloc.h" | |
41 | 37 | #include "xfs_itable.h" |
42 | 38 | #include "xfs_bmap.h" |
43 | 39 | #include "xfs_error.h" |
fs/xfs/xfs_btree.c
... | ... | @@ -24,19 +24,15 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | 29 | #include "xfs_alloc_btree.h" |
31 | 30 | #include "xfs_ialloc_btree.h" |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 31 | #include "xfs_dinode.h" |
35 | 32 | #include "xfs_inode.h" |
36 | 33 | #include "xfs_inode_item.h" |
37 | 34 | #include "xfs_btree.h" |
38 | 35 | #include "xfs_btree_trace.h" |
39 | -#include "xfs_ialloc.h" | |
40 | 36 | #include "xfs_error.h" |
41 | 37 | #include "xfs_trace.h" |
42 | 38 |
fs/xfs/xfs_da_btree.c
... | ... | @@ -28,15 +28,11 @@ |
28 | 28 | #include "xfs_mount.h" |
29 | 29 | #include "xfs_da_btree.h" |
30 | 30 | #include "xfs_bmap_btree.h" |
31 | -#include "xfs_alloc_btree.h" | |
32 | -#include "xfs_ialloc_btree.h" | |
33 | 31 | #include "xfs_dir2_sf.h" |
34 | -#include "xfs_attr_sf.h" | |
35 | 32 | #include "xfs_dinode.h" |
36 | 33 | #include "xfs_inode.h" |
37 | 34 | #include "xfs_inode_item.h" |
38 | 35 | #include "xfs_alloc.h" |
39 | -#include "xfs_btree.h" | |
40 | 36 | #include "xfs_bmap.h" |
41 | 37 | #include "xfs_attr.h" |
42 | 38 | #include "xfs_attr_leaf.h" |
fs/xfs/xfs_dfrag.c
... | ... | @@ -24,23 +24,15 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | -#include "xfs_alloc_btree.h" | |
31 | -#include "xfs_ialloc_btree.h" | |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 29 | #include "xfs_dinode.h" |
35 | 30 | #include "xfs_inode.h" |
36 | 31 | #include "xfs_inode_item.h" |
37 | 32 | #include "xfs_bmap.h" |
38 | -#include "xfs_btree.h" | |
39 | -#include "xfs_ialloc.h" | |
40 | 33 | #include "xfs_itable.h" |
41 | 34 | #include "xfs_dfrag.h" |
42 | 35 | #include "xfs_error.h" |
43 | -#include "xfs_rw.h" | |
44 | 36 | #include "xfs_vnodeops.h" |
45 | 37 | #include "xfs_trace.h" |
46 | 38 |
fs/xfs/xfs_dir2.c
fs/xfs/xfs_dir2_block.c
fs/xfs/xfs_dir2_data.c
fs/xfs/xfs_dir2_leaf.c
fs/xfs/xfs_dir2_node.c
fs/xfs/xfs_dir2_sf.c
fs/xfs/xfs_error.c
... | ... | @@ -23,11 +23,8 @@ |
23 | 23 | #include "xfs_trans.h" |
24 | 24 | #include "xfs_sb.h" |
25 | 25 | #include "xfs_ag.h" |
26 | -#include "xfs_dir2.h" | |
27 | 26 | #include "xfs_mount.h" |
28 | 27 | #include "xfs_bmap_btree.h" |
29 | -#include "xfs_dir2_sf.h" | |
30 | -#include "xfs_attr_sf.h" | |
31 | 28 | #include "xfs_dinode.h" |
32 | 29 | #include "xfs_inode.h" |
33 | 30 | #include "xfs_utils.h" |
fs/xfs/xfs_filestream.c
fs/xfs/xfs_fsops.c
... | ... | @@ -24,13 +24,10 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | 29 | #include "xfs_alloc_btree.h" |
31 | 30 | #include "xfs_ialloc_btree.h" |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 31 | #include "xfs_dinode.h" |
35 | 32 | #include "xfs_inode.h" |
36 | 33 | #include "xfs_inode_item.h" |
fs/xfs/xfs_ialloc.c
... | ... | @@ -24,13 +24,10 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | 29 | #include "xfs_alloc_btree.h" |
31 | 30 | #include "xfs_ialloc_btree.h" |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 31 | #include "xfs_dinode.h" |
35 | 32 | #include "xfs_inode.h" |
36 | 33 | #include "xfs_btree.h" |
fs/xfs/xfs_ialloc_btree.c
... | ... | @@ -24,13 +24,10 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | 29 | #include "xfs_alloc_btree.h" |
31 | 30 | #include "xfs_ialloc_btree.h" |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 31 | #include "xfs_dinode.h" |
35 | 32 | #include "xfs_inode.h" |
36 | 33 | #include "xfs_btree.h" |
fs/xfs/xfs_iget.c
... | ... | @@ -25,13 +25,10 @@ |
25 | 25 | #include "xfs_trans.h" |
26 | 26 | #include "xfs_sb.h" |
27 | 27 | #include "xfs_ag.h" |
28 | -#include "xfs_dir2.h" | |
29 | 28 | #include "xfs_mount.h" |
30 | 29 | #include "xfs_bmap_btree.h" |
31 | 30 | #include "xfs_alloc_btree.h" |
32 | 31 | #include "xfs_ialloc_btree.h" |
33 | -#include "xfs_dir2_sf.h" | |
34 | -#include "xfs_attr_sf.h" | |
35 | 32 | #include "xfs_dinode.h" |
36 | 33 | #include "xfs_inode.h" |
37 | 34 | #include "xfs_btree.h" |
fs/xfs/xfs_inode.c
... | ... | @@ -27,12 +27,10 @@ |
27 | 27 | #include "xfs_trans_priv.h" |
28 | 28 | #include "xfs_sb.h" |
29 | 29 | #include "xfs_ag.h" |
30 | -#include "xfs_dir2.h" | |
31 | 30 | #include "xfs_mount.h" |
32 | 31 | #include "xfs_bmap_btree.h" |
33 | 32 | #include "xfs_alloc_btree.h" |
34 | 33 | #include "xfs_ialloc_btree.h" |
35 | -#include "xfs_dir2_sf.h" | |
36 | 34 | #include "xfs_attr_sf.h" |
37 | 35 | #include "xfs_dinode.h" |
38 | 36 | #include "xfs_inode.h" |
... | ... | @@ -43,7 +41,6 @@ |
43 | 41 | #include "xfs_alloc.h" |
44 | 42 | #include "xfs_ialloc.h" |
45 | 43 | #include "xfs_bmap.h" |
46 | -#include "xfs_rw.h" | |
47 | 44 | #include "xfs_error.h" |
48 | 45 | #include "xfs_utils.h" |
49 | 46 | #include "xfs_quota.h" |
fs/xfs/xfs_inode_item.c
... | ... | @@ -22,23 +22,14 @@ |
22 | 22 | #include "xfs_log.h" |
23 | 23 | #include "xfs_inum.h" |
24 | 24 | #include "xfs_trans.h" |
25 | -#include "xfs_buf_item.h" | |
26 | 25 | #include "xfs_sb.h" |
27 | 26 | #include "xfs_ag.h" |
28 | -#include "xfs_dir2.h" | |
29 | 27 | #include "xfs_mount.h" |
30 | 28 | #include "xfs_trans_priv.h" |
31 | 29 | #include "xfs_bmap_btree.h" |
32 | -#include "xfs_alloc_btree.h" | |
33 | -#include "xfs_ialloc_btree.h" | |
34 | -#include "xfs_dir2_sf.h" | |
35 | -#include "xfs_attr_sf.h" | |
36 | 30 | #include "xfs_dinode.h" |
37 | 31 | #include "xfs_inode.h" |
38 | 32 | #include "xfs_inode_item.h" |
39 | -#include "xfs_btree.h" | |
40 | -#include "xfs_ialloc.h" | |
41 | -#include "xfs_rw.h" | |
42 | 33 | #include "xfs_error.h" |
43 | 34 | #include "xfs_trace.h" |
44 | 35 |
fs/xfs/xfs_iomap.c
... | ... | @@ -23,18 +23,14 @@ |
23 | 23 | #include "xfs_trans.h" |
24 | 24 | #include "xfs_sb.h" |
25 | 25 | #include "xfs_ag.h" |
26 | -#include "xfs_dir2.h" | |
27 | 26 | #include "xfs_alloc.h" |
28 | 27 | #include "xfs_quota.h" |
29 | 28 | #include "xfs_mount.h" |
30 | 29 | #include "xfs_bmap_btree.h" |
31 | 30 | #include "xfs_alloc_btree.h" |
32 | 31 | #include "xfs_ialloc_btree.h" |
33 | -#include "xfs_dir2_sf.h" | |
34 | -#include "xfs_attr_sf.h" | |
35 | 32 | #include "xfs_dinode.h" |
36 | 33 | #include "xfs_inode.h" |
37 | -#include "xfs_ialloc.h" | |
38 | 34 | #include "xfs_btree.h" |
39 | 35 | #include "xfs_bmap.h" |
40 | 36 | #include "xfs_rtalloc.h" |
fs/xfs/xfs_itable.c
... | ... | @@ -24,13 +24,10 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | 29 | #include "xfs_alloc_btree.h" |
31 | 30 | #include "xfs_ialloc_btree.h" |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 31 | #include "xfs_dinode.h" |
35 | 32 | #include "xfs_inode.h" |
36 | 33 | #include "xfs_ialloc.h" |
fs/xfs/xfs_log.c
... | ... | @@ -24,7 +24,6 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_error.h" |
30 | 29 | #include "xfs_log_priv.h" |
... | ... | @@ -34,8 +33,6 @@ |
34 | 33 | #include "xfs_ialloc_btree.h" |
35 | 34 | #include "xfs_log_recover.h" |
36 | 35 | #include "xfs_trans_priv.h" |
37 | -#include "xfs_dir2_sf.h" | |
38 | -#include "xfs_attr_sf.h" | |
39 | 36 | #include "xfs_dinode.h" |
40 | 37 | #include "xfs_inode.h" |
41 | 38 | #include "xfs_rw.h" |
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_log_recover.c
... | ... | @@ -24,14 +24,11 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_error.h" |
30 | 29 | #include "xfs_bmap_btree.h" |
31 | 30 | #include "xfs_alloc_btree.h" |
32 | 31 | #include "xfs_ialloc_btree.h" |
33 | -#include "xfs_dir2_sf.h" | |
34 | -#include "xfs_attr_sf.h" | |
35 | 32 | #include "xfs_dinode.h" |
36 | 33 | #include "xfs_inode.h" |
37 | 34 | #include "xfs_inode_item.h" |
fs/xfs/xfs_mount.c
fs/xfs/xfs_rename.c
fs/xfs/xfs_rtalloc.c
... | ... | @@ -27,14 +27,8 @@ |
27 | 27 | #include "xfs_dir2.h" |
28 | 28 | #include "xfs_mount.h" |
29 | 29 | #include "xfs_bmap_btree.h" |
30 | -#include "xfs_alloc_btree.h" | |
31 | -#include "xfs_ialloc_btree.h" | |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 30 | #include "xfs_dinode.h" |
35 | 31 | #include "xfs_inode.h" |
36 | -#include "xfs_btree.h" | |
37 | -#include "xfs_ialloc.h" | |
38 | 32 | #include "xfs_alloc.h" |
39 | 33 | #include "xfs_bmap.h" |
40 | 34 | #include "xfs_rtalloc.h" |
fs/xfs/xfs_rw.c
... | ... | @@ -24,26 +24,12 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | -#include "xfs_alloc_btree.h" | |
31 | -#include "xfs_ialloc_btree.h" | |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 29 | #include "xfs_dinode.h" |
35 | 30 | #include "xfs_inode.h" |
36 | -#include "xfs_inode_item.h" | |
37 | -#include "xfs_itable.h" | |
38 | -#include "xfs_btree.h" | |
39 | -#include "xfs_alloc.h" | |
40 | -#include "xfs_ialloc.h" | |
41 | -#include "xfs_attr.h" | |
42 | -#include "xfs_bmap.h" | |
43 | 31 | #include "xfs_error.h" |
44 | -#include "xfs_buf_item.h" | |
45 | 32 | #include "xfs_rw.h" |
46 | -#include "xfs_trace.h" | |
47 | 33 | |
48 | 34 | /* |
49 | 35 | * Force a shutdown of the filesystem instantly while keeping |
fs/xfs/xfs_trans.c
... | ... | @@ -24,15 +24,12 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_error.h" |
30 | 29 | #include "xfs_da_btree.h" |
31 | 30 | #include "xfs_bmap_btree.h" |
32 | 31 | #include "xfs_alloc_btree.h" |
33 | 32 | #include "xfs_ialloc_btree.h" |
34 | -#include "xfs_dir2_sf.h" | |
35 | -#include "xfs_attr_sf.h" | |
36 | 33 | #include "xfs_dinode.h" |
37 | 34 | #include "xfs_inode.h" |
38 | 35 | #include "xfs_btree.h" |
fs/xfs/xfs_trans_buf.c
... | ... | @@ -24,13 +24,10 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | 29 | #include "xfs_alloc_btree.h" |
31 | 30 | #include "xfs_ialloc_btree.h" |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 31 | #include "xfs_dinode.h" |
35 | 32 | #include "xfs_inode.h" |
36 | 33 | #include "xfs_buf_item.h" |
fs/xfs/xfs_trans_inode.c
... | ... | @@ -24,17 +24,13 @@ |
24 | 24 | #include "xfs_trans.h" |
25 | 25 | #include "xfs_sb.h" |
26 | 26 | #include "xfs_ag.h" |
27 | -#include "xfs_dir2.h" | |
28 | 27 | #include "xfs_mount.h" |
29 | 28 | #include "xfs_bmap_btree.h" |
30 | 29 | #include "xfs_alloc_btree.h" |
31 | 30 | #include "xfs_ialloc_btree.h" |
32 | -#include "xfs_dir2_sf.h" | |
33 | -#include "xfs_attr_sf.h" | |
34 | 31 | #include "xfs_dinode.h" |
35 | 32 | #include "xfs_inode.h" |
36 | 33 | #include "xfs_btree.h" |
37 | -#include "xfs_ialloc.h" | |
38 | 34 | #include "xfs_trans_priv.h" |
39 | 35 | #include "xfs_inode_item.h" |
40 | 36 |
fs/xfs/xfs_utils.c
... | ... | @@ -27,15 +27,12 @@ |
27 | 27 | #include "xfs_dir2.h" |
28 | 28 | #include "xfs_mount.h" |
29 | 29 | #include "xfs_bmap_btree.h" |
30 | -#include "xfs_dir2_sf.h" | |
31 | -#include "xfs_attr_sf.h" | |
32 | 30 | #include "xfs_dinode.h" |
33 | 31 | #include "xfs_inode.h" |
34 | 32 | #include "xfs_inode_item.h" |
35 | 33 | #include "xfs_bmap.h" |
36 | 34 | #include "xfs_error.h" |
37 | 35 | #include "xfs_quota.h" |
38 | -#include "xfs_rw.h" | |
39 | 36 | #include "xfs_itable.h" |
40 | 37 | #include "xfs_utils.h" |
41 | 38 |
fs/xfs/xfs_vnodeops.c
... | ... | @@ -29,15 +29,11 @@ |
29 | 29 | #include "xfs_mount.h" |
30 | 30 | #include "xfs_da_btree.h" |
31 | 31 | #include "xfs_bmap_btree.h" |
32 | -#include "xfs_alloc_btree.h" | |
33 | 32 | #include "xfs_ialloc_btree.h" |
34 | -#include "xfs_dir2_sf.h" | |
35 | -#include "xfs_attr_sf.h" | |
36 | 33 | #include "xfs_dinode.h" |
37 | 34 | #include "xfs_inode.h" |
38 | 35 | #include "xfs_inode_item.h" |
39 | 36 | #include "xfs_itable.h" |
40 | -#include "xfs_btree.h" | |
41 | 37 | #include "xfs_ialloc.h" |
42 | 38 | #include "xfs_alloc.h" |
43 | 39 | #include "xfs_bmap.h" |