>  
>       if (offset >= object_size)
>               return (0);
>  
> +     if (zfs_per_txg_dirty_frees_percent <= 100)
> +             dirty_frees_threshold = zfs_per_txg_dirty_frees_percent;
> +     else
> +             dirty_frees_threshold = MAX(1, zfs_delay_min_dirty_percent / 4);
> +
> +

only one blank line is needed

---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/61/files#r51759946
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer

Reply via email to