diff options
Diffstat (limited to 'fs/xfs/scrub/bmap.c')
| -rw-r--r-- | fs/xfs/scrub/bmap.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/xfs/scrub/bmap.c b/fs/xfs/scrub/bmap.c index a703cd58a90e..1bd29fdc2ab5 100644 --- a/fs/xfs/scrub/bmap.c +++ b/fs/xfs/scrub/bmap.c | |||
| @@ -9,27 +9,19 @@ | |||
| 9 | #include "xfs_format.h" | 9 | #include "xfs_format.h" |
| 10 | #include "xfs_trans_resv.h" | 10 | #include "xfs_trans_resv.h" |
| 11 | #include "xfs_mount.h" | 11 | #include "xfs_mount.h" |
| 12 | #include "xfs_defer.h" | ||
| 13 | #include "xfs_btree.h" | 12 | #include "xfs_btree.h" |
| 14 | #include "xfs_bit.h" | 13 | #include "xfs_bit.h" |
| 15 | #include "xfs_log_format.h" | 14 | #include "xfs_log_format.h" |
| 16 | #include "xfs_trans.h" | 15 | #include "xfs_trans.h" |
| 17 | #include "xfs_sb.h" | ||
| 18 | #include "xfs_inode.h" | 16 | #include "xfs_inode.h" |
| 19 | #include "xfs_inode_fork.h" | ||
| 20 | #include "xfs_alloc.h" | 17 | #include "xfs_alloc.h" |
| 21 | #include "xfs_rtalloc.h" | ||
| 22 | #include "xfs_bmap.h" | 18 | #include "xfs_bmap.h" |
| 23 | #include "xfs_bmap_util.h" | ||
| 24 | #include "xfs_bmap_btree.h" | 19 | #include "xfs_bmap_btree.h" |
| 25 | #include "xfs_rmap.h" | 20 | #include "xfs_rmap.h" |
| 26 | #include "xfs_rmap_btree.h" | 21 | #include "xfs_rmap_btree.h" |
| 27 | #include "xfs_refcount.h" | ||
| 28 | #include "scrub/xfs_scrub.h" | ||
| 29 | #include "scrub/scrub.h" | 22 | #include "scrub/scrub.h" |
| 30 | #include "scrub/common.h" | 23 | #include "scrub/common.h" |
| 31 | #include "scrub/btree.h" | 24 | #include "scrub/btree.h" |
| 32 | #include "scrub/trace.h" | ||
| 33 | 25 | ||
| 34 | /* Set us up with an inode's bmap. */ | 26 | /* Set us up with an inode's bmap. */ |
| 35 | int | 27 | int |
