mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 03:08:51 +03:00
range_tree: convert remaining range_* defs to zfs_range_*
Signed-off-by: Rob Norris <robn@despairlabs.com> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Rob Norris <robn@despairlabs.com>
This commit is contained in:
@@ -1143,7 +1143,7 @@ spa_vdev_copy_segment(vdev_t *vd, zfs_range_tree_t *segs,
|
||||
* the allocation at the end of a segment, thus avoiding
|
||||
* additional split blocks.
|
||||
*/
|
||||
range_seg_max_t search;
|
||||
zfs_range_seg_max_t search;
|
||||
zfs_btree_index_t where;
|
||||
zfs_rs_set_start(&search, segs, start + maxalloc);
|
||||
zfs_rs_set_end(&search, segs, start + maxalloc);
|
||||
|
||||
Reference in New Issue
Block a user