Whamcloud - gitweb
Fix up the jbd patches slightly.
authoradilger <adilger>
Fri, 5 Sep 2003 00:04:34 +0000 (00:04 +0000)
committeradilger <adilger>
Fri, 5 Sep 2003 00:04:34 +0000 (00:04 +0000)
Add .pc files for the jbd patches.

lustre/kernel_patches/patches/kmem_cache_validate_hp.patch

index 04b49ea..aa5cfbb 100644 (file)
  unsigned long highstart_pfn, highend_pfn;
  static unsigned long totalram_pages;
  static unsigned long totalhigh_pages;
-+                                                                                                                                             
++
 +struct page *check_get_page(unsigned long kaddr)
 +{
 +#warning FIXME: Lustre team, is this solid?
-+       return virt_to_page(kaddr);
++      return virt_to_page(kaddr);
 +}
  
  int do_check_pgt_cache(int low, int high)