diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_rmap.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_rmap.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/xfs/libxfs/xfs_rmap.c b/fs/xfs/libxfs/xfs_rmap.c index 8ed885507dd8..e6aeb390b2fb 100644 --- a/fs/xfs/libxfs/xfs_rmap.c +++ b/fs/xfs/libxfs/xfs_rmap.c | |||
@@ -10,24 +10,17 @@ | |||
10 | #include "xfs_log_format.h" | 10 | #include "xfs_log_format.h" |
11 | #include "xfs_trans_resv.h" | 11 | #include "xfs_trans_resv.h" |
12 | #include "xfs_bit.h" | 12 | #include "xfs_bit.h" |
13 | #include "xfs_sb.h" | ||
14 | #include "xfs_mount.h" | 13 | #include "xfs_mount.h" |
15 | #include "xfs_defer.h" | 14 | #include "xfs_defer.h" |
16 | #include "xfs_da_format.h" | ||
17 | #include "xfs_da_btree.h" | ||
18 | #include "xfs_btree.h" | 15 | #include "xfs_btree.h" |
19 | #include "xfs_trans.h" | 16 | #include "xfs_trans.h" |
20 | #include "xfs_alloc.h" | 17 | #include "xfs_alloc.h" |
21 | #include "xfs_rmap.h" | 18 | #include "xfs_rmap.h" |
22 | #include "xfs_rmap_btree.h" | 19 | #include "xfs_rmap_btree.h" |
23 | #include "xfs_trans_space.h" | ||
24 | #include "xfs_trace.h" | 20 | #include "xfs_trace.h" |
25 | #include "xfs_errortag.h" | 21 | #include "xfs_errortag.h" |
26 | #include "xfs_error.h" | 22 | #include "xfs_error.h" |
27 | #include "xfs_extent_busy.h" | ||
28 | #include "xfs_bmap.h" | ||
29 | #include "xfs_inode.h" | 23 | #include "xfs_inode.h" |
30 | #include "xfs_ialloc.h" | ||
31 | 24 | ||
32 | /* | 25 | /* |
33 | * Lookup the first record less than or equal to [bno, len, owner, offset] | 26 | * Lookup the first record less than or equal to [bno, len, owner, offset] |