diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_lrw.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_lrw.c | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/fs/xfs/linux-2.6/xfs_lrw.c b/fs/xfs/linux-2.6/xfs_lrw.c index c04f0c063c58..36dc8b0368b7 100644 --- a/fs/xfs/linux-2.6/xfs_lrw.c +++ b/fs/xfs/linux-2.6/xfs_lrw.c | |||
@@ -29,16 +29,11 @@ | |||
29 | * | 29 | * |
30 | * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ | 30 | * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ |
31 | */ | 31 | */ |
32 | /* | ||
33 | * fs/xfs/linux/xfs_lrw.c (Linux Read Write stuff) | ||
34 | * | ||
35 | */ | ||
36 | |||
37 | #include "xfs.h" | 32 | #include "xfs.h" |
38 | |||
39 | #include "xfs_fs.h" | 33 | #include "xfs_fs.h" |
40 | #include "xfs_inum.h" | 34 | #include "xfs_bit.h" |
41 | #include "xfs_log.h" | 35 | #include "xfs_log.h" |
36 | #include "xfs_inum.h" | ||
42 | #include "xfs_trans.h" | 37 | #include "xfs_trans.h" |
43 | #include "xfs_sb.h" | 38 | #include "xfs_sb.h" |
44 | #include "xfs_ag.h" | 39 | #include "xfs_ag.h" |
@@ -48,18 +43,17 @@ | |||
48 | #include "xfs_dmapi.h" | 43 | #include "xfs_dmapi.h" |
49 | #include "xfs_quota.h" | 44 | #include "xfs_quota.h" |
50 | #include "xfs_mount.h" | 45 | #include "xfs_mount.h" |
51 | #include "xfs_alloc_btree.h" | ||
52 | #include "xfs_bmap_btree.h" | 46 | #include "xfs_bmap_btree.h" |
47 | #include "xfs_alloc_btree.h" | ||
53 | #include "xfs_ialloc_btree.h" | 48 | #include "xfs_ialloc_btree.h" |
54 | #include "xfs_btree.h" | ||
55 | #include "xfs_ialloc.h" | ||
56 | #include "xfs_attr_sf.h" | ||
57 | #include "xfs_dir_sf.h" | 49 | #include "xfs_dir_sf.h" |
58 | #include "xfs_dir2_sf.h" | 50 | #include "xfs_dir2_sf.h" |
51 | #include "xfs_attr_sf.h" | ||
59 | #include "xfs_dinode.h" | 52 | #include "xfs_dinode.h" |
60 | #include "xfs_inode.h" | 53 | #include "xfs_inode.h" |
61 | #include "xfs_bmap.h" | 54 | #include "xfs_bmap.h" |
62 | #include "xfs_bit.h" | 55 | #include "xfs_btree.h" |
56 | #include "xfs_ialloc.h" | ||
63 | #include "xfs_rtalloc.h" | 57 | #include "xfs_rtalloc.h" |
64 | #include "xfs_error.h" | 58 | #include "xfs_error.h" |
65 | #include "xfs_itable.h" | 59 | #include "xfs_itable.h" |