diff options
Diffstat (limited to 'include/linux/hugetlb.h')
| -rw-r--r-- | include/linux/hugetlb.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h index 0c80d3f57a5..eedc334fb6f 100644 --- a/include/linux/hugetlb.h +++ b/include/linux/hugetlb.h @@ -43,9 +43,9 @@ int hugetlb_mempolicy_sysctl_handler(struct ctl_table *, int,  #endif  int copy_hugetlb_page_range(struct mm_struct *, struct mm_struct *, struct vm_area_struct *); -int follow_hugetlb_page(struct mm_struct *, struct vm_area_struct *, -			struct page **, struct vm_area_struct **, -			unsigned long *, int *, int, unsigned int flags); +long follow_hugetlb_page(struct mm_struct *, struct vm_area_struct *, +			 struct page **, struct vm_area_struct **, +			 unsigned long *, unsigned long *, long, unsigned int);  void unmap_hugepage_range(struct vm_area_struct *,  			  unsigned long, unsigned long, struct page *);  void __unmap_hugepage_range_final(struct mmu_gather *tlb,  |