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/xfs_dir2_trace.c | |
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/xfs_dir2_trace.c')
-rw-r--r-- | fs/xfs/xfs_dir2_trace.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/fs/xfs/xfs_dir2_trace.c b/fs/xfs/xfs_dir2_trace.c index 9d6417393140..34e5138c670a 100644 --- a/fs/xfs/xfs_dir2_trace.c +++ b/fs/xfs/xfs_dir2_trace.c | |||
@@ -29,24 +29,19 @@ | |||
29 | * | 29 | * |
30 | * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ | 30 | * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ |
31 | */ | 31 | */ |
32 | |||
33 | /* | ||
34 | * xfs_dir2_trace.c | ||
35 | * Tracing for xfs v2 directories. | ||
36 | */ | ||
37 | #include "xfs.h" | 32 | #include "xfs.h" |
38 | 33 | #include "xfs_fs.h" | |
39 | #include "xfs_types.h" | 34 | #include "xfs_types.h" |
40 | #include "xfs_inum.h" | 35 | #include "xfs_inum.h" |
41 | #include "xfs_dir.h" | 36 | #include "xfs_dir.h" |
42 | #include "xfs_dir2.h" | 37 | #include "xfs_dir2.h" |
38 | #include "xfs_da_btree.h" | ||
43 | #include "xfs_bmap_btree.h" | 39 | #include "xfs_bmap_btree.h" |
44 | #include "xfs_attr_sf.h" | ||
45 | #include "xfs_dir_sf.h" | 40 | #include "xfs_dir_sf.h" |
46 | #include "xfs_dir2_sf.h" | 41 | #include "xfs_dir2_sf.h" |
42 | #include "xfs_attr_sf.h" | ||
47 | #include "xfs_dinode.h" | 43 | #include "xfs_dinode.h" |
48 | #include "xfs_inode.h" | 44 | #include "xfs_inode.h" |
49 | #include "xfs_da_btree.h" | ||
50 | #include "xfs_dir2_trace.h" | 45 | #include "xfs_dir2_trace.h" |
51 | 46 | ||
52 | #ifdef XFS_DIR2_TRACE | 47 | #ifdef XFS_DIR2_TRACE |