Whamcloud - gitweb
- extents patch updated from b1_4:
[fs/lustre-release.git] / lustre / kernel_patches / patches / uml_no_panic.patch
index 59069f9..6b17325 100644 (file)
@@ -12,7 +12,7 @@
        }
 -      panic("No region found for page");
 +//    panic("No region found for page");
-+      printk(KERN_ERR "no region foudn for page %p\n, returning NULL\n", 
++      printk(KERN_ERR "no region found for page %p\n, returning NULL\n", 
 +                      page);
        return(NULL);
  }