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:
dc36bec
)
added check_getpage to ia64
author
rread
<rread>
Thu, 20 Jun 2002 19:52:22 +0000
(19:52 +0000)
committer
rread
<rread>
Thu, 20 Jun 2002 19:52:22 +0000
(19:52 +0000)
lustre/patches/patch-2.4.18
patch
|
blob
|
history
diff --git
a/lustre/patches/patch-2.4.18
b/lustre/patches/patch-2.4.18
index
fbf6509
..
743b2b3
100644
(file)
--- a/
lustre/patches/patch-2.4.18
+++ b/
lustre/patches/patch-2.4.18
@@
-1603,3
+1603,18
@@
f = fget(fd);
if (f) {
+--- linux-lustre/arch/ia64/mm/init.c Tue Jun 18 17:27:49 2002
++++ linux-lustre-new/arch/ia64/mm/init.c Tue Jun 18 17:42:23 2002
+@@ -44,6 +44,12 @@
+ static unsigned long num_dma_physpages;
+ #endif
+
++struct page *check_get_page(unsigned long kaddr)
++{
++#warning FIXME: Lustre team, is this solid?
++ return virt_to_page(kaddr);
++}
++
+ int
+ do_check_pgt_cache (int low, int high)
+ {