grwilson commented on this pull request.
> ARCSTAT_INCR(arcstat_l2_size, write_sz); - ARCSTAT_INCR(arcstat_l2_asize, write_asize); - vdev_space_update(dev->l2ad_vdev, write_asize, 0, 0); + ARCSTAT_INCR(arcstat_l2_asize, write_psize); I agree. These variables and their meanings have changed over time with new features. This cleanup will help developers. Thank you. We'll tackle asize in the future. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/310#discussion_r121385972 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/Td414270217188b5f-M0c53a8f2f6030b4a46b5e2ed Powered by Topicbox: https://topicbox.com
