mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
range_tree: drop duplicate zfs_ prefix from rs_set_fill_raw
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Alexander Motin <alexander.motin@TrueNAS.com> Signed-off-by: hoshinomori <hoshinomori@owarisekai.moe> Closes #17800
This commit is contained in:
committed by
Brian Behlendorf
parent
35ec4b14ab
commit
f3295ec763
@@ -585,7 +585,7 @@ zfs_range_tree_remove_impl(zfs_range_tree_t *rt, uint64_t start, uint64_t size,
|
||||
* the size, since we do not support removing partial segments
|
||||
* of range trees with gaps.
|
||||
*/
|
||||
zfs_zfs_rs_set_fill_raw(rs, rt, zfs_rs_get_end_raw(rs, rt) -
|
||||
zfs_rs_set_fill_raw(rs, rt, zfs_rs_get_end_raw(rs, rt) -
|
||||
zfs_rs_get_start_raw(rs, rt));
|
||||
zfs_range_tree_stat_incr(rt, &rs_tmp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user