* [PATCH] - Remove EXPORTS of follow_page & zap_page_range
@ 2008-08-01 20:08 Jack Steiner
0 siblings, 0 replies; only message in thread
From: Jack Steiner @ 2008-08-01 20:08 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, hugh, akpm
Delete 2 EXPORTs that were accidentally sent upstream.
Signed-off-by: Jack Steiner <steiner@sgi.com>
---
mm/memory.c | 2 --
1 file changed, 2 deletions(-)
Index: linux-2.6/mm/memory.c
===================================================================
--- linux-2.6.orig/mm/memory.c 2008-08-01 14:42:33.000000000 -0500
+++ linux-2.6/mm/memory.c 2008-08-01 15:04:20.000000000 -0500
@@ -993,7 +993,6 @@ unsigned long zap_page_range(struct vm_a
tlb_finish_mmu(tlb, address, end);
return end;
}
-EXPORT_SYMBOL_GPL(zap_page_range);
/**
* zap_vma_ptes - remove ptes mapping the vma
@@ -1111,7 +1110,6 @@ no_page_table:
}
return page;
}
-EXPORT_SYMBOL_GPL(follow_page);
/* Can we do the FOLL_ANON optimization? */
static inline int use_zero_page(struct vm_area_struct *vma)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-01 20:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-01 20:08 [PATCH] - Remove EXPORTS of follow_page & zap_page_range Jack Steiner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox