diff options
author | Nathan Scott <nathans@sgi.com> | 2005-11-01 22:38:42 -0500 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-11-01 22:38:42 -0500 |
commit | a844f4510dce23c07f3923cb42138f5fdd745017 (patch) | |
tree | ffb37e9e60f02d5e92bd69bb53b568e1c991c17f /fs/xfs/quota | |
parent | 61c1e689fbde7cb50a76262bba190715d86beab6 (diff) |
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
SGI-PV: 943122
SGI-Modid: xfs-linux:xfs-kern:23901a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/quota')
-rw-r--r-- | fs/xfs/quota/xfs_dquot.c | 12 | ||||
-rw-r--r-- | fs/xfs/quota/xfs_dquot_item.c | 13 | ||||
-rw-r--r-- | fs/xfs/quota/xfs_qm.c | 17 | ||||
-rw-r--r-- | fs/xfs/quota/xfs_qm_bhv.c | 16 | ||||
-rw-r--r-- | fs/xfs/quota/xfs_qm_stats.c | 15 | ||||
-rw-r--r-- | fs/xfs/quota/xfs_qm_syscalls.c | 16 | ||||
-rw-r--r-- | fs/xfs/quota/xfs_trans_dquot.c | 12 |
7 files changed, 50 insertions, 51 deletions
diff --git a/fs/xfs/quota/xfs_dquot.c b/fs/xfs/quota/xfs_dquot.c index 9987977a4927..5971f6f6ec78 100644 --- a/fs/xfs/quota/xfs_dquot.c +++ b/fs/xfs/quota/xfs_dquot.c | |||
@@ -32,8 +32,9 @@ | |||
32 | 32 | ||
33 | #include "xfs.h" | 33 | #include "xfs.h" |
34 | #include "xfs_fs.h" | 34 | #include "xfs_fs.h" |
35 | #include "xfs_inum.h" | 35 | #include "xfs_bit.h" |
36 | #include "xfs_log.h" | 36 | #include "xfs_log.h" |
37 | #include "xfs_inum.h" | ||
37 | #include "xfs_trans.h" | 38 | #include "xfs_trans.h" |
38 | #include "xfs_sb.h" | 39 | #include "xfs_sb.h" |
39 | #include "xfs_ag.h" | 40 | #include "xfs_ag.h" |
@@ -43,18 +44,17 @@ | |||
43 | #include "xfs_dmapi.h" | 44 | #include "xfs_dmapi.h" |
44 | #include "xfs_quota.h" | 45 | #include "xfs_quota.h" |
45 | #include "xfs_mount.h" | 46 | #include "xfs_mount.h" |
46 | #include "xfs_alloc_btree.h" | ||
47 | #include "xfs_bmap_btree.h" | 47 | #include "xfs_bmap_btree.h" |
48 | #include "xfs_alloc_btree.h" | ||
48 | #include "xfs_ialloc_btree.h" | 49 | #include "xfs_ialloc_btree.h" |
49 | #include "xfs_btree.h" | ||
50 | #include "xfs_ialloc.h" | ||
51 | #include "xfs_attr_sf.h" | ||
52 | #include "xfs_dir_sf.h" | 50 | #include "xfs_dir_sf.h" |
53 | #include "xfs_dir2_sf.h" | 51 | #include "xfs_dir2_sf.h" |
52 | #include "xfs_attr_sf.h" | ||
54 | #include "xfs_dinode.h" | 53 | #include "xfs_dinode.h" |
55 | #include "xfs_inode.h" | 54 | #include "xfs_inode.h" |
55 | #include "xfs_btree.h" | ||
56 | #include "xfs_ialloc.h" | ||
56 | #include "xfs_bmap.h" | 57 | #include "xfs_bmap.h" |
57 | #include "xfs_bit.h" | ||
58 | #include "xfs_rtalloc.h" | 58 | #include "xfs_rtalloc.h" |
59 | #include "xfs_error.h" | 59 | #include "xfs_error.h" |
60 | #include "xfs_itable.h" | 60 | #include "xfs_itable.h" |
diff --git a/fs/xfs/quota/xfs_dquot_item.c b/fs/xfs/quota/xfs_dquot_item.c index e74eaa7dd1bc..86f223032751 100644 --- a/fs/xfs/quota/xfs_dquot_item.c +++ b/fs/xfs/quota/xfs_dquot_item.c | |||
@@ -32,8 +32,9 @@ | |||
32 | 32 | ||
33 | #include "xfs.h" | 33 | #include "xfs.h" |
34 | #include "xfs_fs.h" | 34 | #include "xfs_fs.h" |
35 | #include "xfs_inum.h" | 35 | #include "xfs_bit.h" |
36 | #include "xfs_log.h" | 36 | #include "xfs_log.h" |
37 | #include "xfs_inum.h" | ||
37 | #include "xfs_trans.h" | 38 | #include "xfs_trans.h" |
38 | #include "xfs_sb.h" | 39 | #include "xfs_sb.h" |
39 | #include "xfs_ag.h" | 40 | #include "xfs_ag.h" |
@@ -43,18 +44,17 @@ | |||
43 | #include "xfs_dmapi.h" | 44 | #include "xfs_dmapi.h" |
44 | #include "xfs_quota.h" | 45 | #include "xfs_quota.h" |
45 | #include "xfs_mount.h" | 46 | #include "xfs_mount.h" |
46 | #include "xfs_alloc_btree.h" | ||
47 | #include "xfs_bmap_btree.h" | 47 | #include "xfs_bmap_btree.h" |
48 | #include "xfs_alloc_btree.h" | ||
48 | #include "xfs_ialloc_btree.h" | 49 | #include "xfs_ialloc_btree.h" |
49 | #include "xfs_btree.h" | ||
50 | #include "xfs_ialloc.h" | ||
51 | #include "xfs_attr_sf.h" | ||
52 | #include "xfs_dir_sf.h" | 50 | #include "xfs_dir_sf.h" |
53 | #include "xfs_dir2_sf.h" | 51 | #include "xfs_dir2_sf.h" |
52 | #include "xfs_attr_sf.h" | ||
54 | #include "xfs_dinode.h" | 53 | #include "xfs_dinode.h" |
55 | #include "xfs_inode.h" | 54 | #include "xfs_inode.h" |
56 | #include "xfs_bmap.h" | 55 | #include "xfs_bmap.h" |
57 | #include "xfs_bit.h" | 56 | #include "xfs_btree.h" |
57 | #include "xfs_ialloc.h" | ||
58 | #include "xfs_rtalloc.h" | 58 | #include "xfs_rtalloc.h" |
59 | #include "xfs_error.h" | 59 | #include "xfs_error.h" |
60 | #include "xfs_itable.h" | 60 | #include "xfs_itable.h" |
@@ -65,7 +65,6 @@ | |||
65 | #include "xfs_attr.h" | 65 | #include "xfs_attr.h" |
66 | #include "xfs_buf_item.h" | 66 | #include "xfs_buf_item.h" |
67 | #include "xfs_trans_priv.h" | 67 | #include "xfs_trans_priv.h" |
68 | |||
69 | #include "xfs_qm.h" | 68 | #include "xfs_qm.h" |
70 | 69 | ||
71 | 70 | ||
diff --git a/fs/xfs/quota/xfs_qm.c b/fs/xfs/quota/xfs_qm.c index efde16e0a913..9041ea8452e1 100644 --- a/fs/xfs/quota/xfs_qm.c +++ b/fs/xfs/quota/xfs_qm.c | |||
@@ -32,8 +32,9 @@ | |||
32 | 32 | ||
33 | #include "xfs.h" | 33 | #include "xfs.h" |
34 | #include "xfs_fs.h" | 34 | #include "xfs_fs.h" |
35 | #include "xfs_inum.h" | 35 | #include "xfs_bit.h" |
36 | #include "xfs_log.h" | 36 | #include "xfs_log.h" |
37 | #include "xfs_inum.h" | ||
37 | #include "xfs_clnt.h" | 38 | #include "xfs_clnt.h" |
38 | #include "xfs_trans.h" | 39 | #include "xfs_trans.h" |
39 | #include "xfs_sb.h" | 40 | #include "xfs_sb.h" |
@@ -44,21 +45,20 @@ | |||
44 | #include "xfs_dmapi.h" | 45 | #include "xfs_dmapi.h" |
45 | #include "xfs_quota.h" | 46 | #include "xfs_quota.h" |
46 | #include "xfs_mount.h" | 47 | #include "xfs_mount.h" |
47 | #include "xfs_alloc_btree.h" | ||
48 | #include "xfs_bmap_btree.h" | 48 | #include "xfs_bmap_btree.h" |
49 | #include "xfs_alloc_btree.h" | ||
49 | #include "xfs_ialloc_btree.h" | 50 | #include "xfs_ialloc_btree.h" |
50 | #include "xfs_btree.h" | ||
51 | #include "xfs_ialloc.h" | ||
52 | #include "xfs_attr_sf.h" | ||
53 | #include "xfs_dir_sf.h" | 51 | #include "xfs_dir_sf.h" |
54 | #include "xfs_dir2_sf.h" | 52 | #include "xfs_dir2_sf.h" |
53 | #include "xfs_attr_sf.h" | ||
55 | #include "xfs_dinode.h" | 54 | #include "xfs_dinode.h" |
56 | #include "xfs_inode.h" | 55 | #include "xfs_inode.h" |
57 | #include "xfs_bmap.h" | 56 | #include "xfs_btree.h" |
58 | #include "xfs_bit.h" | 57 | #include "xfs_ialloc.h" |
58 | #include "xfs_itable.h" | ||
59 | #include "xfs_rtalloc.h" | 59 | #include "xfs_rtalloc.h" |
60 | #include "xfs_error.h" | 60 | #include "xfs_error.h" |
61 | #include "xfs_itable.h" | 61 | #include "xfs_bmap.h" |
62 | #include "xfs_rw.h" | 62 | #include "xfs_rw.h" |
63 | #include "xfs_acl.h" | 63 | #include "xfs_acl.h" |
64 | #include "xfs_cap.h" | 64 | #include "xfs_cap.h" |
@@ -67,7 +67,6 @@ | |||
67 | #include "xfs_buf_item.h" | 67 | #include "xfs_buf_item.h" |
68 | #include "xfs_trans_space.h" | 68 | #include "xfs_trans_space.h" |
69 | #include "xfs_utils.h" | 69 | #include "xfs_utils.h" |
70 | |||
71 | #include "xfs_qm.h" | 70 | #include "xfs_qm.h" |
72 | 71 | ||
73 | /* | 72 | /* |
diff --git a/fs/xfs/quota/xfs_qm_bhv.c b/fs/xfs/quota/xfs_qm_bhv.c index 8890a18a99d8..dac7cf8d729c 100644 --- a/fs/xfs/quota/xfs_qm_bhv.c +++ b/fs/xfs/quota/xfs_qm_bhv.c | |||
@@ -32,39 +32,39 @@ | |||
32 | 32 | ||
33 | #include "xfs.h" | 33 | #include "xfs.h" |
34 | #include "xfs_fs.h" | 34 | #include "xfs_fs.h" |
35 | #include "xfs_inum.h" | 35 | #include "xfs_bit.h" |
36 | #include "xfs_log.h" | 36 | #include "xfs_log.h" |
37 | #include "xfs_inum.h" | ||
37 | #include "xfs_clnt.h" | 38 | #include "xfs_clnt.h" |
38 | #include "xfs_trans.h" | 39 | #include "xfs_trans.h" |
39 | #include "xfs_sb.h" | 40 | #include "xfs_sb.h" |
41 | #include "xfs_ag.h" | ||
40 | #include "xfs_dir.h" | 42 | #include "xfs_dir.h" |
41 | #include "xfs_dir2.h" | 43 | #include "xfs_dir2.h" |
42 | #include "xfs_alloc.h" | 44 | #include "xfs_alloc.h" |
43 | #include "xfs_dmapi.h" | 45 | #include "xfs_dmapi.h" |
44 | #include "xfs_quota.h" | 46 | #include "xfs_quota.h" |
45 | #include "xfs_mount.h" | 47 | #include "xfs_mount.h" |
46 | #include "xfs_alloc_btree.h" | ||
47 | #include "xfs_bmap_btree.h" | 48 | #include "xfs_bmap_btree.h" |
49 | #include "xfs_alloc_btree.h" | ||
48 | #include "xfs_ialloc_btree.h" | 50 | #include "xfs_ialloc_btree.h" |
49 | #include "xfs_btree.h" | ||
50 | #include "xfs_ialloc.h" | ||
51 | #include "xfs_attr_sf.h" | ||
52 | #include "xfs_dir_sf.h" | 51 | #include "xfs_dir_sf.h" |
53 | #include "xfs_dir2_sf.h" | 52 | #include "xfs_dir2_sf.h" |
53 | #include "xfs_attr_sf.h" | ||
54 | #include "xfs_dinode.h" | 54 | #include "xfs_dinode.h" |
55 | #include "xfs_inode.h" | 55 | #include "xfs_inode.h" |
56 | #include "xfs_ialloc.h" | ||
57 | #include "xfs_itable.h" | ||
58 | #include "xfs_btree.h" | ||
56 | #include "xfs_bmap.h" | 59 | #include "xfs_bmap.h" |
57 | #include "xfs_bit.h" | ||
58 | #include "xfs_rtalloc.h" | 60 | #include "xfs_rtalloc.h" |
59 | #include "xfs_error.h" | 61 | #include "xfs_error.h" |
60 | #include "xfs_itable.h" | ||
61 | #include "xfs_rw.h" | 62 | #include "xfs_rw.h" |
62 | #include "xfs_acl.h" | 63 | #include "xfs_acl.h" |
63 | #include "xfs_cap.h" | 64 | #include "xfs_cap.h" |
64 | #include "xfs_mac.h" | 65 | #include "xfs_mac.h" |
65 | #include "xfs_attr.h" | 66 | #include "xfs_attr.h" |
66 | #include "xfs_buf_item.h" | 67 | #include "xfs_buf_item.h" |
67 | |||
68 | #include "xfs_qm.h" | 68 | #include "xfs_qm.h" |
69 | 69 | ||
70 | #define MNTOPT_QUOTA "quota" /* disk quotas (user) */ | 70 | #define MNTOPT_QUOTA "quota" /* disk quotas (user) */ |
diff --git a/fs/xfs/quota/xfs_qm_stats.c b/fs/xfs/quota/xfs_qm_stats.c index 29978e037fee..b8befe1c90ec 100644 --- a/fs/xfs/quota/xfs_qm_stats.c +++ b/fs/xfs/quota/xfs_qm_stats.c | |||
@@ -32,31 +32,32 @@ | |||
32 | 32 | ||
33 | #include "xfs.h" | 33 | #include "xfs.h" |
34 | #include "xfs_fs.h" | 34 | #include "xfs_fs.h" |
35 | #include "xfs_inum.h" | 35 | #include "xfs_bit.h" |
36 | #include "xfs_log.h" | 36 | #include "xfs_log.h" |
37 | #include "xfs_inum.h" | ||
37 | #include "xfs_trans.h" | 38 | #include "xfs_trans.h" |
38 | #include "xfs_sb.h" | 39 | #include "xfs_sb.h" |
40 | #include "xfs_ag.h" | ||
39 | #include "xfs_dir.h" | 41 | #include "xfs_dir.h" |
40 | #include "xfs_dir2.h" | 42 | #include "xfs_dir2.h" |
41 | #include "xfs_alloc.h" | 43 | #include "xfs_alloc.h" |
42 | #include "xfs_dmapi.h" | 44 | #include "xfs_dmapi.h" |
43 | #include "xfs_quota.h" | 45 | #include "xfs_quota.h" |
44 | #include "xfs_mount.h" | 46 | #include "xfs_mount.h" |
45 | #include "xfs_alloc_btree.h" | ||
46 | #include "xfs_bmap_btree.h" | 47 | #include "xfs_bmap_btree.h" |
48 | #include "xfs_alloc_btree.h" | ||
47 | #include "xfs_ialloc_btree.h" | 49 | #include "xfs_ialloc_btree.h" |
48 | #include "xfs_btree.h" | ||
49 | #include "xfs_ialloc.h" | ||
50 | #include "xfs_attr_sf.h" | ||
51 | #include "xfs_dir_sf.h" | 50 | #include "xfs_dir_sf.h" |
52 | #include "xfs_dir2_sf.h" | 51 | #include "xfs_dir2_sf.h" |
52 | #include "xfs_attr_sf.h" | ||
53 | #include "xfs_dinode.h" | 53 | #include "xfs_dinode.h" |
54 | #include "xfs_inode.h" | 54 | #include "xfs_inode.h" |
55 | #include "xfs_ialloc.h" | ||
56 | #include "xfs_itable.h" | ||
55 | #include "xfs_bmap.h" | 57 | #include "xfs_bmap.h" |
56 | #include "xfs_bit.h" | 58 | #include "xfs_btree.h" |
57 | #include "xfs_rtalloc.h" | 59 | #include "xfs_rtalloc.h" |
58 | #include "xfs_error.h" | 60 | #include "xfs_error.h" |
59 | #include "xfs_itable.h" | ||
60 | #include "xfs_rw.h" | 61 | #include "xfs_rw.h" |
61 | #include "xfs_acl.h" | 62 | #include "xfs_acl.h" |
62 | #include "xfs_cap.h" | 63 | #include "xfs_cap.h" |
diff --git a/fs/xfs/quota/xfs_qm_syscalls.c b/fs/xfs/quota/xfs_qm_syscalls.c index 485f83d41191..ba320f6431a3 100644 --- a/fs/xfs/quota/xfs_qm_syscalls.c +++ b/fs/xfs/quota/xfs_qm_syscalls.c | |||
@@ -32,31 +32,32 @@ | |||
32 | 32 | ||
33 | #include "xfs.h" | 33 | #include "xfs.h" |
34 | #include "xfs_fs.h" | 34 | #include "xfs_fs.h" |
35 | #include "xfs_inum.h" | 35 | #include "xfs_bit.h" |
36 | #include "xfs_log.h" | 36 | #include "xfs_log.h" |
37 | #include "xfs_inum.h" | ||
37 | #include "xfs_trans.h" | 38 | #include "xfs_trans.h" |
38 | #include "xfs_sb.h" | 39 | #include "xfs_sb.h" |
40 | #include "xfs_ag.h" | ||
39 | #include "xfs_dir.h" | 41 | #include "xfs_dir.h" |
40 | #include "xfs_dir2.h" | 42 | #include "xfs_dir2.h" |
41 | #include "xfs_alloc.h" | 43 | #include "xfs_alloc.h" |
42 | #include "xfs_dmapi.h" | 44 | #include "xfs_dmapi.h" |
43 | #include "xfs_quota.h" | 45 | #include "xfs_quota.h" |
44 | #include "xfs_mount.h" | 46 | #include "xfs_mount.h" |
45 | #include "xfs_alloc_btree.h" | ||
46 | #include "xfs_bmap_btree.h" | 47 | #include "xfs_bmap_btree.h" |
48 | #include "xfs_alloc_btree.h" | ||
47 | #include "xfs_ialloc_btree.h" | 49 | #include "xfs_ialloc_btree.h" |
48 | #include "xfs_btree.h" | ||
49 | #include "xfs_ialloc.h" | ||
50 | #include "xfs_attr_sf.h" | ||
51 | #include "xfs_dir_sf.h" | 50 | #include "xfs_dir_sf.h" |
52 | #include "xfs_dir2_sf.h" | 51 | #include "xfs_dir2_sf.h" |
52 | #include "xfs_attr_sf.h" | ||
53 | #include "xfs_dinode.h" | 53 | #include "xfs_dinode.h" |
54 | #include "xfs_inode.h" | 54 | #include "xfs_inode.h" |
55 | #include "xfs_ialloc.h" | ||
56 | #include "xfs_itable.h" | ||
55 | #include "xfs_bmap.h" | 57 | #include "xfs_bmap.h" |
56 | #include "xfs_bit.h" | 58 | #include "xfs_btree.h" |
57 | #include "xfs_rtalloc.h" | 59 | #include "xfs_rtalloc.h" |
58 | #include "xfs_error.h" | 60 | #include "xfs_error.h" |
59 | #include "xfs_itable.h" | ||
60 | #include "xfs_rw.h" | 61 | #include "xfs_rw.h" |
61 | #include "xfs_acl.h" | 62 | #include "xfs_acl.h" |
62 | #include "xfs_cap.h" | 63 | #include "xfs_cap.h" |
@@ -64,7 +65,6 @@ | |||
64 | #include "xfs_attr.h" | 65 | #include "xfs_attr.h" |
65 | #include "xfs_buf_item.h" | 66 | #include "xfs_buf_item.h" |
66 | #include "xfs_utils.h" | 67 | #include "xfs_utils.h" |
67 | |||
68 | #include "xfs_qm.h" | 68 | #include "xfs_qm.h" |
69 | 69 | ||
70 | #ifdef DEBUG | 70 | #ifdef DEBUG |
diff --git a/fs/xfs/quota/xfs_trans_dquot.c b/fs/xfs/quota/xfs_trans_dquot.c index 3b99daf8a640..afa3bb57e5d1 100644 --- a/fs/xfs/quota/xfs_trans_dquot.c +++ b/fs/xfs/quota/xfs_trans_dquot.c | |||
@@ -32,8 +32,9 @@ | |||
32 | 32 | ||
33 | #include "xfs.h" | 33 | #include "xfs.h" |
34 | #include "xfs_fs.h" | 34 | #include "xfs_fs.h" |
35 | #include "xfs_inum.h" | 35 | #include "xfs_bit.h" |
36 | #include "xfs_log.h" | 36 | #include "xfs_log.h" |
37 | #include "xfs_inum.h" | ||
37 | #include "xfs_trans.h" | 38 | #include "xfs_trans.h" |
38 | #include "xfs_sb.h" | 39 | #include "xfs_sb.h" |
39 | #include "xfs_ag.h" | 40 | #include "xfs_ag.h" |
@@ -43,21 +44,20 @@ | |||
43 | #include "xfs_dmapi.h" | 44 | #include "xfs_dmapi.h" |
44 | #include "xfs_quota.h" | 45 | #include "xfs_quota.h" |
45 | #include "xfs_mount.h" | 46 | #include "xfs_mount.h" |
46 | #include "xfs_alloc_btree.h" | ||
47 | #include "xfs_bmap_btree.h" | 47 | #include "xfs_bmap_btree.h" |
48 | #include "xfs_alloc_btree.h" | ||
48 | #include "xfs_ialloc_btree.h" | 49 | #include "xfs_ialloc_btree.h" |
49 | #include "xfs_btree.h" | ||
50 | #include "xfs_ialloc.h" | ||
51 | #include "xfs_attr_sf.h" | 50 | #include "xfs_attr_sf.h" |
52 | #include "xfs_dir_sf.h" | 51 | #include "xfs_dir_sf.h" |
53 | #include "xfs_dir2_sf.h" | 52 | #include "xfs_dir2_sf.h" |
54 | #include "xfs_dinode.h" | 53 | #include "xfs_dinode.h" |
55 | #include "xfs_inode.h" | 54 | #include "xfs_inode.h" |
55 | #include "xfs_ialloc.h" | ||
56 | #include "xfs_itable.h" | ||
57 | #include "xfs_btree.h" | ||
56 | #include "xfs_bmap.h" | 58 | #include "xfs_bmap.h" |
57 | #include "xfs_bit.h" | ||
58 | #include "xfs_rtalloc.h" | 59 | #include "xfs_rtalloc.h" |
59 | #include "xfs_error.h" | 60 | #include "xfs_error.h" |
60 | #include "xfs_itable.h" | ||
61 | #include "xfs_rw.h" | 61 | #include "xfs_rw.h" |
62 | #include "xfs_acl.h" | 62 | #include "xfs_acl.h" |
63 | #include "xfs_cap.h" | 63 | #include "xfs_cap.h" |