ahrens commented on this pull request.
> @@ -1476,6 +1476,44 @@ dmu_return_arcbuf(arc_buf_t *buf) * dmu_write(). */ void +dmu_assign_arcbuf_dnode(dnode_t *dn, uint64_t offset, arc_buf_t *buf, + dmu_tx_t *tx) Doing the DB_DNODE_ENTER for the whole func is fine. Thanks. -- 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/403#discussion_r121793530 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/Tb8c99eb91b584cfa-M700502e692458a2c924c57f7 Powered by Topicbox: https://topicbox.com
