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_node.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_node.c')
-rw-r--r-- | fs/xfs/xfs_dir2_node.c | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/fs/xfs/xfs_dir2_node.c b/fs/xfs/xfs_dir2_node.c index a7615d86bfb7..2517460430d3 100644 --- a/fs/xfs/xfs_dir2_node.c +++ b/fs/xfs/xfs_dir2_node.c | |||
@@ -29,33 +29,25 @@ | |||
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_node.c | ||
35 | * XFS directory implementation, version 2, node form files | ||
36 | * See data structures in xfs_dir2_node.h and xfs_da_btree.h. | ||
37 | */ | ||
38 | |||
39 | #include "xfs.h" | 32 | #include "xfs.h" |
40 | 33 | #include "xfs_fs.h" | |
41 | #include "xfs_macros.h" | ||
42 | #include "xfs_types.h" | 34 | #include "xfs_types.h" |
43 | #include "xfs_inum.h" | ||
44 | #include "xfs_log.h" | 35 | #include "xfs_log.h" |
36 | #include "xfs_inum.h" | ||
45 | #include "xfs_trans.h" | 37 | #include "xfs_trans.h" |
46 | #include "xfs_sb.h" | 38 | #include "xfs_sb.h" |
47 | #include "xfs_dir.h" | 39 | #include "xfs_dir.h" |
48 | #include "xfs_dir2.h" | 40 | #include "xfs_dir2.h" |
49 | #include "xfs_dmapi.h" | 41 | #include "xfs_dmapi.h" |
50 | #include "xfs_mount.h" | 42 | #include "xfs_mount.h" |
43 | #include "xfs_da_btree.h" | ||
51 | #include "xfs_bmap_btree.h" | 44 | #include "xfs_bmap_btree.h" |
52 | #include "xfs_attr_sf.h" | ||
53 | #include "xfs_dir_sf.h" | 45 | #include "xfs_dir_sf.h" |
54 | #include "xfs_dir2_sf.h" | 46 | #include "xfs_dir2_sf.h" |
47 | #include "xfs_attr_sf.h" | ||
55 | #include "xfs_dinode.h" | 48 | #include "xfs_dinode.h" |
56 | #include "xfs_inode.h" | 49 | #include "xfs_inode.h" |
57 | #include "xfs_bmap.h" | 50 | #include "xfs_bmap.h" |
58 | #include "xfs_da_btree.h" | ||
59 | #include "xfs_dir2_data.h" | 51 | #include "xfs_dir2_data.h" |
60 | #include "xfs_dir2_leaf.h" | 52 | #include "xfs_dir2_leaf.h" |
61 | #include "xfs_dir2_block.h" | 53 | #include "xfs_dir2_block.h" |