From: rread Date: Thu, 20 Jun 2002 19:52:22 +0000 (+0000) Subject: added check_getpage to ia64 X-Git-Tag: 0.4.2~109 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=bcba4a35ec2fc3178c274414fff0f83027038ed8;p=fs%2Flustre-release.git added check_getpage to ia64 --- diff --git a/lustre/patches/patch-2.4.18 b/lustre/patches/patch-2.4.18 index fbf6509..743b2b3 100644 --- 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) + {