pcd1193182 commented on this pull request.


-       return (0);
+       switch (new_type) {
+       case HOLE:
+               pending->sru.hole.datablksz = datablksz;
+               break;
+       case DATA:
+               pending->sru.data.datablksz = datablksz;
+               pending->sru.data.obj_type = dn->dn_type;
+               pending->sru.data.bp = *bp;
+               if (spta->issue_prefetches) {
+                       zbookmark_phys_t zb = {0};
+                       zb.zb_objset = dmu_objset_id(dn->dn_objset);
+                       zb.zb_object = dn->dn_obj

I'm a bit confused; how does this comment apply to this code?

-- 
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/484#discussion_r152375742
------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T1fcfd4fc81bcdfff-Mccb528caebe9f9a9ce1200c2
Powered by Topicbox: https://topicbox.com

Reply via email to