Print this page
patch lower-case-segops

@@ -5623,11 +5623,11 @@
                 /*
                  * if we can't get a backing vnode for this segment then skip
                  * it.
                  */
                 vp = NULL;
-                if (SEGOP_GETVP(seg, seg->s_base, &vp) != 0 || vp == NULL)
+                if (segop_getvp(seg, seg->s_base, &vp) != 0 || vp == NULL)
                         continue;
                 if (!vn_can_change_zones(vp)) { /* bail on first match */
                         allow = 0;
                         break;
                 }