diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_rmap_btree.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_rmap_btree.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/xfs/libxfs/xfs_rmap_btree.c b/fs/xfs/libxfs/xfs_rmap_btree.c index 5d1f8884c888..fc78efa52c94 100644 --- a/fs/xfs/libxfs/xfs_rmap_btree.c +++ b/fs/xfs/libxfs/xfs_rmap_btree.c | |||
@@ -9,18 +9,14 @@ | |||
9 | #include "xfs_format.h" | 9 | #include "xfs_format.h" |
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" | ||
13 | #include "xfs_sb.h" | 12 | #include "xfs_sb.h" |
14 | #include "xfs_mount.h" | 13 | #include "xfs_mount.h" |
15 | #include "xfs_defer.h" | ||
16 | #include "xfs_inode.h" | ||
17 | #include "xfs_trans.h" | 14 | #include "xfs_trans.h" |
18 | #include "xfs_alloc.h" | 15 | #include "xfs_alloc.h" |
19 | #include "xfs_btree.h" | 16 | #include "xfs_btree.h" |
20 | #include "xfs_rmap.h" | 17 | #include "xfs_rmap.h" |
21 | #include "xfs_rmap_btree.h" | 18 | #include "xfs_rmap_btree.h" |
22 | #include "xfs_trace.h" | 19 | #include "xfs_trace.h" |
23 | #include "xfs_cksum.h" | ||
24 | #include "xfs_error.h" | 20 | #include "xfs_error.h" |
25 | #include "xfs_extent_busy.h" | 21 | #include "xfs_extent_busy.h" |
26 | #include "xfs_ag_resv.h" | 22 | #include "xfs_ag_resv.h" |
@@ -292,7 +288,7 @@ static xfs_failaddr_t | |||
292 | xfs_rmapbt_verify( | 288 | xfs_rmapbt_verify( |
293 | struct xfs_buf *bp) | 289 | struct xfs_buf *bp) |
294 | { | 290 | { |
295 | struct xfs_mount *mp = bp->b_target->bt_mount; | 291 | struct xfs_mount *mp = bp->b_mount; |
296 | struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); | 292 | struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); |
297 | struct xfs_perag *pag = bp->b_pag; | 293 | struct xfs_perag *pag = bp->b_pag; |
298 | xfs_failaddr_t fa; | 294 | xfs_failaddr_t fa; |