diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_btree.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_btree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_btree.c b/fs/xfs/libxfs/xfs_btree.c index 5392674bf893..3a673ba201aa 100644 --- a/fs/xfs/libxfs/xfs_btree.c +++ b/fs/xfs/libxfs/xfs_btree.c | |||
@@ -4395,7 +4395,7 @@ xfs_btree_visit_blocks( | |||
4395 | xfs_btree_readahead_ptr(cur, ptr, 1); | 4395 | xfs_btree_readahead_ptr(cur, ptr, 1); |
4396 | 4396 | ||
4397 | /* save for the next iteration of the loop */ | 4397 | /* save for the next iteration of the loop */ |
4398 | lptr = *ptr; | 4398 | xfs_btree_copy_ptrs(cur, &lptr, ptr, 1); |
4399 | } | 4399 | } |
4400 | 4400 | ||
4401 | /* for each buffer in the level */ | 4401 | /* for each buffer in the level */ |