X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=mm%2Fmemory.c;h=119b7ccdf39b8ee542d3f4d695bff3c9d5322987;hb=f67231f80126f4e08c79c7b2056989c5c89ad4c6;hp=833952d8b74d3a8ec8a3750bf664dba2d02671ed;hpb=896ebc0935a1280b6f0d56c0cd9e2ec01fdebc68;p=~andy%2Flinux diff --git a/mm/memory.c b/mm/memory.c index 833952d8b74..119b7ccdf39 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -1227,8 +1227,17 @@ int zap_vma_ptes(struct vm_area_struct *vma, unsigned long address, } EXPORT_SYMBOL_GPL(zap_vma_ptes); -/* - * Do a quick page-table lookup for a single page. +/** + * follow_page - look up a page descriptor from a user-virtual address + * @vma: vm_area_struct mapping @address + * @address: virtual address to look up + * @flags: flags modifying lookup behaviour + * + * @flags can have FOLL_ flags set, defined in + * + * Returns the mapped (struct page *), %NULL if no mapping exists, or + * an error pointer if there is a mapping to something not represented + * by a page descriptor (see also vm_normal_page()). */ struct page *follow_page(struct vm_area_struct *vma, unsigned long address, unsigned int flags)