On Tue, Oct 21, 2014 at 05:07:56PM +0800, Hillf Danton wrote: > > + pte = pte_offset_map(pmd, address); > > + fe.entry = ACCESS_ONCE(pte); /* XXX gup_get_pte() */ > > I wonder if one char, "*", is missing. > > > + pte_unmap(pte); Gah yes, last minute edit that. I noticed I missed the pte_unmap() while doing the changelogs and 'fixed' up the code. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>