@ryao The problem was that you're dereferencing into the dnode_t (or objset_t) but haven't included the appropriate header file (and probably shouldn't): ``` ../../common/io/comstar/lu/stmf_sbd/sbd_zvol.c:298: error: dereferencing pointer to incomplete type ``` I've fixed that by using the dmu_objset_spa() accessor function, and and rebased on master and updated this 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/403#issuecomment-373453777 ------------------------------------------ openzfs: openzfs-developer Permalink: https://openzfs.topicbox.com/groups/developer/discussions/T708779049cbdaa93-Me174a0e597d4a181c551aae9 Delivery options: https://openzfs.topicbox.com/groups
