diff options
Diffstat (limited to 'fs/xfs/xfs_bmap_btree.c')
-rw-r--r-- | fs/xfs/xfs_bmap_btree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_bmap_btree.c b/fs/xfs/xfs_bmap_btree.c index d9bbed676e0c..1ec494e111b5 100644 --- a/fs/xfs/xfs_bmap_btree.c +++ b/fs/xfs/xfs_bmap_btree.c | |||
@@ -2656,7 +2656,7 @@ xfs_bmbt_init_cursor( | |||
2656 | cur->bc_blocklog = mp->m_sb.sb_blocklog; | 2656 | cur->bc_blocklog = mp->m_sb.sb_blocklog; |
2657 | 2657 | ||
2658 | cur->bc_ops = &xfs_bmbt_ops; | 2658 | cur->bc_ops = &xfs_bmbt_ops; |
2659 | cur->bc_flags = XFS_BTREE_ROOT_IN_INODE; | 2659 | cur->bc_flags = XFS_BTREE_LONG_PTRS | XFS_BTREE_ROOT_IN_INODE; |
2660 | 2660 | ||
2661 | cur->bc_private.b.forksize = XFS_IFORK_SIZE(ip, whichfork); | 2661 | cur->bc_private.b.forksize = XFS_IFORK_SIZE(ip, whichfork); |
2662 | cur->bc_private.b.ip = ip; | 2662 | cur->bc_private.b.ip = ip; |