Reviewed by: George Wilson <[email protected]> Reviewed by: Matthew Ahrens <[email protected]> Reviewed by: Prashanth Sreenivasa <[email protected]>
We need to initialize the dn_origin_obj_refd field of a dnode when it is allocated from the kmem cache (or, alternatively, when it is free'd to the cache), in order to prevent a newly allocated dnode from inheriting the value of a previously free'd dnode. You can view, comment on, or merge this pull request online at: https://github.com/openzfs/openzfs/pull/401 -- Commit Summary -- * 8380 Assertion failure panic in zio_buf_alloc() -- File Changes -- M usr/src/uts/common/fs/zfs/dnode.c (1) -- Patch Links -- https://github.com/openzfs/openzfs/pull/401.patch https://github.com/openzfs/openzfs/pull/401.diff -- 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/401 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/Tc77c9ab2432da947-M568f43534844a2551086335e Powered by Topicbox: https://topicbox.com
