|
@@ -1197,10 +1197,10 @@ void unmap_vmas(struct mmu_gather *tlb, struct vm_area_struct *start_vma,
|
|
|
* @pte_hole: if set, called for each hole at all levels
|
|
|
* @hugetlb_entry: if set, called for each hugetlb entry
|
|
|
* @test_walk: caller specific callback function to determine whether
|
|
|
- * we walk over the current vma or not. A positive returned
|
|
|
+ * we walk over the current vma or not. Returning 0
|
|
|
* value means "do page table walk over the current vma,"
|
|
|
* and a negative one means "abort current page table walk
|
|
|
- * right now." 0 means "skip the current vma."
|
|
|
+ * right now." 1 means "skip the current vma."
|
|
|
* @mm: mm_struct representing the target process of page table walk
|
|
|
* @vma: vma currently walked (NULL if walking outside vmas)
|
|
|
* @private: private data for callbacks' usage
|