diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_refcount_btree.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_refcount_btree.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/xfs/libxfs/xfs_refcount_btree.c b/fs/xfs/libxfs/xfs_refcount_btree.c index 5d9de9b21726..38529dbacd55 100644 --- a/fs/xfs/libxfs/xfs_refcount_btree.c +++ b/fs/xfs/libxfs/xfs_refcount_btree.c | |||
@@ -12,12 +12,10 @@ | |||
12 | #include "xfs_sb.h" | 12 | #include "xfs_sb.h" |
13 | #include "xfs_mount.h" | 13 | #include "xfs_mount.h" |
14 | #include "xfs_btree.h" | 14 | #include "xfs_btree.h" |
15 | #include "xfs_bmap.h" | ||
16 | #include "xfs_refcount_btree.h" | 15 | #include "xfs_refcount_btree.h" |
17 | #include "xfs_alloc.h" | 16 | #include "xfs_alloc.h" |
18 | #include "xfs_error.h" | 17 | #include "xfs_error.h" |
19 | #include "xfs_trace.h" | 18 | #include "xfs_trace.h" |
20 | #include "xfs_cksum.h" | ||
21 | #include "xfs_trans.h" | 19 | #include "xfs_trans.h" |
22 | #include "xfs_bit.h" | 20 | #include "xfs_bit.h" |
23 | #include "xfs_rmap.h" | 21 | #include "xfs_rmap.h" |
@@ -203,7 +201,7 @@ STATIC xfs_failaddr_t | |||
203 | xfs_refcountbt_verify( | 201 | xfs_refcountbt_verify( |
204 | struct xfs_buf *bp) | 202 | struct xfs_buf *bp) |
205 | { | 203 | { |
206 | struct xfs_mount *mp = bp->b_target->bt_mount; | 204 | struct xfs_mount *mp = bp->b_mount; |
207 | struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); | 205 | struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); |
208 | struct xfs_perag *pag = bp->b_pag; | 206 | struct xfs_perag *pag = bp->b_pag; |
209 | xfs_failaddr_t fa; | 207 | xfs_failaddr_t fa; |