Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
895d285
)
Fix up the jbd patches slightly.
author
adilger
<adilger>
Fri, 5 Sep 2003 00:04:34 +0000
(
00:04
+0000)
committer
adilger
<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
patch
|
blob
|
history
diff --git
a/lustre/kernel_patches/patches/kmem_cache_validate_hp.patch
b/lustre/kernel_patches/patches/kmem_cache_validate_hp.patch
index
04b49ea
..
aa5cfbb
100644
(file)
--- a/
lustre/kernel_patches/patches/kmem_cache_validate_hp.patch
+++ b/
lustre/kernel_patches/patches/kmem_cache_validate_hp.patch
@@
-108,11
+108,11
@@
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)