|
@@ -4395,7 +4395,7 @@ xfs_btree_visit_blocks(
|
|
xfs_btree_readahead_ptr(cur, ptr, 1);
|
|
xfs_btree_readahead_ptr(cur, ptr, 1);
|
|
|
|
|
|
/* save for the next iteration of the loop */
|
|
/* save for the next iteration of the loop */
|
|
- lptr = *ptr;
|
|
|
|
|
|
+ xfs_btree_copy_ptrs(cur, &lptr, ptr, 1);
|
|
}
|
|
}
|
|
|
|
|
|
/* for each buffer in the level */
|
|
/* for each buffer in the level */
|