mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +03:00
Linux 6.12 compat: Rename range_tree_* to zfs_range_tree_*
Linux 6.12 has conflicting range_tree_{find,destroy,clear} symbols.
Signed-off-by: Ivan Volosyuk <Ivan.Volosyuk@gmail.com>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Rob Norris <robn@despairlabs.com>
This commit is contained in:
committed by
Tony Hutter
parent
db62886d98
commit
d4a5a7e3aa
@@ -660,8 +660,8 @@ dsl_early_sync_task_verify(dsl_pool_t *dp, uint64_t txg)
|
||||
|
||||
for (ms = txg_list_head(tl, TXG_CLEAN(txg)); ms;
|
||||
ms = txg_list_next(tl, ms, TXG_CLEAN(txg))) {
|
||||
VERIFY(range_tree_is_empty(ms->ms_freeing));
|
||||
VERIFY(range_tree_is_empty(ms->ms_checkpointing));
|
||||
VERIFY(zfs_range_tree_is_empty(ms->ms_freeing));
|
||||
VERIFY(zfs_range_tree_is_empty(ms->ms_checkpointing));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user