stevenh approved this pull request. Definite improvement over what we have now.
Have tested this under load on FreeBSD where its been in tree for over 5 months now. > dbuf = lr_buf + reclen; - lrw->lr_common.lrc_reclen += dlen; + lrcb->lrc_reclen += dnow; + if (lrwb->lr_length > dnow) + lrwb->lr_length = dnow; + lrw->lr_offset += dnow; + lrw->lr_length -= dnow; I'd have to agree with @amotin here, while this could do with cleaning up, so its easier to understand, I believe this would be best done as a separate PR. -- 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/219#pullrequestreview-35300322 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox-beta.com/groups/developer/ Powered by Topicbox: https://topicbox-beta.com
