Print this page
patch lower-case-segops

@@ -540,11 +540,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)) ||
+                                if ((segop_getvp(seg, seg->s_base, &vp)) ||
                                     (vp == NULL))
                                         continue;
 
                                 /*
                                  * if the target file (fvp) is not a device