Skip to content

Commit

Permalink
Remove EXPORTS of follow_page & zap_page_range
Browse files Browse the repository at this point in the history
Delete 2 EXPORTs that were accidentally sent upstream.

Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jack Steiner authored and Linus Torvalds committed Aug 1, 2008
1 parent a97762a commit 3669bc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mm/memory.c
Original file line number Diff line number Diff line change
@@ -993,7 +993,6 @@ unsigned long zap_page_range(struct vm_area_struct *vma, unsigned long address,
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 @@ struct page *follow_page(struct vm_area_struct *vma, unsigned long address,
}
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)

0 comments on commit 3669bc1

Please sign in to comment.