diff options
-rw-r--r-- | fs/xfs/libxfs/xfs_btree.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/xfs/libxfs/xfs_btree.c b/fs/xfs/libxfs/xfs_btree.c index 1f88e1ce770f..4f84ddeb19ad 100644 --- a/fs/xfs/libxfs/xfs_btree.c +++ b/fs/xfs/libxfs/xfs_btree.c | |||
@@ -543,12 +543,12 @@ xfs_btree_ptr_addr( | |||
543 | */ | 543 | */ |
544 | STATIC struct xfs_btree_block * | 544 | STATIC struct xfs_btree_block * |
545 | xfs_btree_get_iroot( | 545 | xfs_btree_get_iroot( |
546 | struct xfs_btree_cur *cur) | 546 | struct xfs_btree_cur *cur) |
547 | { | 547 | { |
548 | struct xfs_ifork *ifp; | 548 | struct xfs_ifork *ifp; |
549 | 549 | ||
550 | ifp = XFS_IFORK_PTR(cur->bc_private.b.ip, cur->bc_private.b.whichfork); | 550 | ifp = XFS_IFORK_PTR(cur->bc_private.b.ip, cur->bc_private.b.whichfork); |
551 | return (struct xfs_btree_block *)ifp->if_broot; | 551 | return (struct xfs_btree_block *)ifp->if_broot; |
552 | } | 552 | } |
553 | 553 | ||
554 | /* | 554 | /* |